summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 037ecc1a..15a3b4d8 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]