Remove PLFMT since options are moved to .pylint

This commit is contained in:
Bob Lantz
2014-12-04 09:27:53 -08:00
parent e341526f46
commit 908e85d9f9
+1 -3
View File
@@ -13,8 +13,6 @@ DOCDIRS = doc/html doc/latex
PDF = doc/latex/refman.pdf
CFLAGS += -Wall -Wextra
PLFMT =
# was: --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'
all: codecheck test
@@ -25,7 +23,7 @@ codecheck: $(PYSRC)
-echo "Running code check"
util/versioncheck.py
pyflakes $(PYSRC)
pylint $(PLFMT) --rcfile=.pylint $(PYSRC)
pylint --rcfile=.pylint $(PYSRC)
pep8 --repeat --ignore=$(P8IGN) $(PYSRC)
errcheck: $(PYSRC)