Skip to content

Commit 75cbe64

Browse files
committed
include error codes
1 parent f81cf86 commit 75cbe64

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
@@ -30,7 +30,7 @@ class Pylint(PythonLinter):
3030
version_requirement = '>= 1.0'
3131
regex = (
3232
r'^(?P<line>\d+):(?P<col>\d+):'
33-
r'(?P<code>(?:(?P<error>[FE])|(?P<warning>[CIWR]))\d+): '
33+
r'(?P<code>(?:(?P<error>[FE]\d+)|(?P<warning>[CIWR]\d+))): '
3434
r'(?P<message>.*?)(?:\r?$)'
3535
)
3636
multiline = True

0 commit comments

Comments
 (0)