Skip to content

Commit aed41c2

Browse files
committed
Exclude fonts from DoS check
1 parent abc9313 commit aed41c2

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
@@ -24,7 +24,7 @@ check:
2424
@echo "Checking for trailing whitespace"
2525
@! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
2626
@echo "Checking for DOS line-endings"
27-
@! grep -IUrn --color "" --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
27+
@! grep -IUrn --color "" --exclude-dir=fonts --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
2828
@echo "Checking library/CHANGELOG.txt"
2929
@cat library/CHANGELOG.txt | grep ^${LIBRARY_VERSION}
3030
@echo "Checking library/${LIBRARY_NAME}/__init__.py"

0 commit comments

Comments
 (0)