We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f86b4d commit adbde6cCopy full SHA for adbde6c
.github/workflows/lint.yml
@@ -242,7 +242,7 @@ jobs:
242
output.
243
if: always()
244
run: |
245
- git grep -I -n '0x%[0-9l.-]*[^0-9lxX".-]' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
+ git grep -I -n '0x%[0-9l.*-]*[^xX"0-9l.*-]' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
246
247
# git grep exits with 0 if it finds a match, but we want
248
# to fail (exit nonzero) on match. And we want to exclude this file,
0 commit comments