From: Phil Howard Date: Fri, 14 Jun 2019 15:10:42 +0000 (+0100) Subject: Exclude fonts from DoS check X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/commitdiff_plain/aed41c20d448af918f2fa33d99e8fefbe0033529 Exclude fonts from DoS check --- diff --git a/Makefile b/Makefile index b59f0c3..f17d128 100644 --- 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 " " --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile + @! grep -IUrn --color " " --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"