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 b7a13f5 commit d7494f5Copy full SHA for d7494f5
.github/workflows/lint-source.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Looking for junk code
42
run: |
43
- ! grep -iR -e '\.\.\.' -e '\-\-\-' -e '===' ./src/*
+ ! grep -iR -e '\.\.\.' -e '\-\-\-' -e '===' ./src/* | grep '!'
44
45
- name: Looking for junk comments in examples
46
0 commit comments