Remove PLFMT since options are moved to .pylint
This commit is contained in:
@@ -13,8 +13,6 @@ DOCDIRS = doc/html doc/latex
|
|||||||
PDF = doc/latex/refman.pdf
|
PDF = doc/latex/refman.pdf
|
||||||
|
|
||||||
CFLAGS += -Wall -Wextra
|
CFLAGS += -Wall -Wextra
|
||||||
PLFMT =
|
|
||||||
# was: --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'
|
|
||||||
|
|
||||||
all: codecheck test
|
all: codecheck test
|
||||||
|
|
||||||
@@ -25,7 +23,7 @@ codecheck: $(PYSRC)
|
|||||||
-echo "Running code check"
|
-echo "Running code check"
|
||||||
util/versioncheck.py
|
util/versioncheck.py
|
||||||
pyflakes $(PYSRC)
|
pyflakes $(PYSRC)
|
||||||
pylint $(PLFMT) --rcfile=.pylint $(PYSRC)
|
pylint --rcfile=.pylint $(PYSRC)
|
||||||
pep8 --repeat --ignore=$(P8IGN) $(PYSRC)
|
pep8 --repeat --ignore=$(P8IGN) $(PYSRC)
|
||||||
|
|
||||||
errcheck: $(PYSRC)
|
errcheck: $(PYSRC)
|
||||||
|
|||||||
Reference in New Issue
Block a user