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.
1 parent f81cf86 commit 75cbe64Copy full SHA for 75cbe64
linter.py
@@ -30,7 +30,7 @@ class Pylint(PythonLinter):
30
version_requirement = '>= 1.0'
31
regex = (
32
r'^(?P<line>\d+):(?P<col>\d+):'
33
- r'(?P<code>(?:(?P<error>[FE])|(?P<warning>[CIWR]))\d+): '
+ r'(?P<code>(?:(?P<error>[FE]\d+)|(?P<warning>[CIWR]\d+))): '
34
r'(?P<message>.*?)(?:\r?$)'
35
)
36
multiline = True
0 commit comments