Change from numeric to symbolic pylint error codes

This commit is contained in:
Bob Lantz
2014-12-04 08:21:53 -08:00
parent d754a7ceea
commit 061598f011
9 changed files with 34 additions and 35 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ DOCDIRS = doc/html doc/latex
PDF = doc/latex/refman.pdf
CFLAGS += -Wall -Wextra
PLFMT = --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'
PLFMT =
# was: --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'
all: codecheck test