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 be8d102 commit 89522b7Copy full SHA for 89522b7
Dangerfile
@@ -372,7 +372,7 @@ else
372
errors_count += 1
373
line.sub!(/^WARNING:html5validator.validator:/, '')
374
375
- parsed = line.match(/^"file:(?<file>[^"]+)":(?<line>\d+)[^:]+: error: (?<msg>.+)/)
+ parsed = line.match(/^"file:(?<file>[^"]+)":(?<line>\d+)[^:]+: (error|info warning): (?<msg>.+)/)
376
msg = parsed['msg'].sub(/\.$/, '')
377
file = parsed['file'].sub(pwd, '')
378
lineno = parsed['line']
0 commit comments