We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37c45b0 + fe616ef commit 0611098Copy full SHA for 0611098
linter.py
@@ -20,7 +20,7 @@ class Pylint(PythonLinter):
20
syntax = 'python'
21
cmd = (
22
'pylint@python',
23
- '--msg-template=\'{line}:{column}:{msg_id}: {msg}\'',
+ '--msg-template=\'{line}:{column}:{msg_id}: {msg} ({symbol})\'',
24
'--module-rgx=.*', # don't check the module name
25
'--reports=n', # remove tables
26
'--persistent=n', # don't save the old score (no sense for temp)
0 commit comments