summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2025-04-17 19:01:08 +0900
committerYusuke Endoh <mame@ruby-lang.org>2025-04-17 19:59:19 +0900
commit6556a7be2614d1c808ba7bd11e8b6158c99bc5f7 (patch)
tree94e0e0394fd4ed6ec4e7fd3a9de3e49d26423e4e
parent25efd09c71fc53acf1c5ce7f994b1bb78396b9f9 (diff)
Temporarily stop the trailing-space check in CI
I will restore the check after the preview release
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13122
-rw-r--r--.github/workflows/check_misc.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index ae1491bb71..fb00fd5c0c 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -32,10 +32,10 @@ jobs:
run: |
grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
- - name: Check for trailing spaces
- run: |
- git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' '*.yml' && exit 1 || :
- git grep -n $'^[\t ][\t ]*$' -- '*.md' && exit 1 || :
+# - name: Check for trailing spaces
+# run: |
+# git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' '*.yml' && exit 1 || :
+# git grep -n $'^[\t ][\t ]*$' -- '*.md' && exit 1 || :
- name: Check for bash specific substitution in configure.ac
run: |