Skip to content

Commit 0611098

Browse files
authored
Merge pull request #17 from jzoldak/show-symbols
Show the error message symbols
2 parents 37c45b0 + fe616ef commit 0611098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Pylint(PythonLinter):
2020
syntax = 'python'
2121
cmd = (
2222
'pylint@python',
23-
'--msg-template=\'{line}:{column}:{msg_id}: {msg}\'',
23+
'--msg-template=\'{line}:{column}:{msg_id}: {msg} ({symbol})\'',
2424
'--module-rgx=.*', # don't check the module name
2525
'--reports=n', # remove tables
2626
'--persistent=n', # don't save the old score (no sense for temp)

0 commit comments

Comments
 (0)