summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-23 06:43:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-23 06:43:15 -0500
commitd0a872c92e0e8c6ebb9530c2b61f2b9582612fb4 (patch)
treed2dee99e59bb7d0048f3152695baea7b7e01421b /pylintrc
parent29356409a6827e78d3f5aa18d9a7939bee7b6fca (diff)
downloadpython-coveragepy-d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4.tar.gz
Change all pylint message codes to message names
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 037ecc1..15a3b4d 100644
--- a/pylintrc
+++ b/pylintrc
@@ -77,7 +77,7 @@ disable=
# W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class
C0103,W0212
-msg-template={path}, {line}: {msg} ({symbol}, {msg_id})
+msg-template={path}:{line}: {msg} ({symbol})
[REPORTS]