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