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 3400d59 commit 60b995aCopy full SHA for 60b995a
linter.py
@@ -26,7 +26,7 @@ class CSSLint(Linter):
26
# in which case there is no line/col information, so that
27
# part is optional.
28
(?:line\ (?P<line>\d+),\ col\ (?P<col>\d+),\ )?
29
- (?:(?P<error>error)|(?P<warning>warning))\ -\ (?P<message>.*)$
+ (?:(?P<error>error)|(?P<warning>warning))\ -\ (?P<message>.*)
30
'''
31
word_re = r'^([#\.]?[-\w]+)'
32
error_stream = util.STREAM_STDOUT
0 commit comments