From aed41c20d448af918f2fa33d99e8fefbe0033529 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 14 Jun 2019 16:10:42 +0100 Subject: [PATCH] Exclude fonts from DoS check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2