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 bdaff8c commit e222883Copy full SHA for e222883
linter.py
@@ -30,7 +30,7 @@ class Pylint(PythonLinter):
30
version_re = r'^pylint (?P<version>\d+\.\d+\.\d+),'
31
version_requirement = '>=1.0'
32
regex = (
33
- r'^(?P<line>\d+):(?P<col>\d+): '
+ r'^(?P<line>\d+):(?P<col>\d+):'
34
r'(?:(?P<error>[RFE])|(?P<warning>[CIW]))\d+:'
35
r'(?P<message>.*)'
36
)
0 commit comments