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.
2 parents aa70280 + 43d14f7 commit 43f6771Copy full SHA for 43f6771
linter.py
@@ -12,7 +12,8 @@ class Tslint(NodeLinter):
12
r'(ERROR:\s+\((?P<error>.*)\))|'
13
r'(WARNING:\s+\((?P<warning>.*)\))'
14
r')?'
15
- r'.+?\[(?P<line>\d+), (?P<col>\d+)\]: '
+ r'\s+(?P<filename>.+?)'
16
+ r'\[(?P<line>\d+), (?P<col>\d+)\]: '
17
r'(?P<message>.+)'
18
)
19
tempfile_suffix = '-'
0 commit comments