We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0645d2c commit de31759Copy full SHA for de31759
1 file changed
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Check for trailing whitespace
35
run: |
36
- if git grep -n '[ \t]$' -- '*.mojo' '*.md'; then
+ if git grep -n '[[:space:]]$' -- '*.mojo' '*.md'; then
37
echo "Error: Trailing whitespace found"
38
exit 1
39
fi
0 commit comments