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 abc9313 commit aed41c2Copy full SHA for aed41c2
Makefile
@@ -24,7 +24,7 @@ check:
24
@echo "Checking for trailing whitespace"
25
@! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
26
@echo "Checking for DOS line-endings"
27
- @! grep -IUrn --color "" --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
+ @! grep -IUrn --color "" --exclude-dir=fonts --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
28
@echo "Checking library/CHANGELOG.txt"
29
@cat library/CHANGELOG.txt | grep ^${LIBRARY_VERSION}
30
@echo "Checking library/${LIBRARY_NAME}/__init__.py"
0 commit comments