Skip to content

Commit 12fb30e

Browse files
committed
Soft fail on whitespace due to bargraph.py
1 parent 4cb5090 commit 12fb30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ uninstall:
2525

2626
check:
2727
@echo "Checking for trailing whitespace"
28-
@! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
28+
-! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
2929
#@echo "Checking for DOS line-endings"
3030
#@! grep -IUrn --color "" --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
3131
@echo "Checking library/CHANGELOG.txt"

0 commit comments

Comments
 (0)