From 908e85d9f902a1963c8d5ada28714fb8b821ce57 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 4 Dec 2014 09:27:53 -0800 Subject: [PATCH] Remove PLFMT since options are moved to .pylint --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8123123..fe677fb 100644 --- a/Makefile +++ b/Makefile @@ -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)