We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac22ed8 commit 9b74e55Copy full SHA for 9b74e55
pylintrc
@@ -153,7 +153,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
153
154
# Template used to display messages. This is a python new-style format string
155
# used to format the message information. See doc for all details
156
-msg-template=msg-template={path}:{module}:{line}: [{msg_id}({symbol}), {obj}] {msg}
+msg-template={path}:{module}:{line}: [{msg_id}({symbol}), {obj}] {msg}
157
158
# Set the output format. Available formats are text, parseable, colorized, json
159
# and msvs (visual studio).You can also give a reporter class, eg
0 commit comments