Exclude fonts from DoS check
[EVA-2020-02-2.git] / Makefile
index b59f0c3e5d2e4686a5e91a77ee9df06bd7552115..f17d1282ff8a76bdf290741262048603f9727f17 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ check:
        @echo "Checking for trailing whitespace"
        @! grep -IUrn --color "[[:blank:]]$$" --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
        @echo "Checking for DOS line-endings"
-       @! grep -IUrn --color "\r" --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
+       @! grep -IUrn --color "\r" --exclude-dir=fonts --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
        @echo "Checking library/CHANGELOG.txt"
        @cat library/CHANGELOG.txt | grep ^${LIBRARY_VERSION}
        @echo "Checking library/${LIBRARY_NAME}/__init__.py"