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 4cb5090 commit 12fb30eCopy full SHA for 12fb30e
Makefile
@@ -25,7 +25,7 @@ uninstall:
25
26
check:
27
@echo "Checking for trailing whitespace"
28
- @! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
+ -! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
29
#@echo "Checking for DOS line-endings"
30
#@! grep -IUrn --color "" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
31
@echo "Checking library/CHANGELOG.txt"
0 commit comments