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 3f3d91f commit da58a8aCopy full SHA for da58a8a
Dangerfile
@@ -291,6 +291,7 @@ unless File.file?(validator_output)
291
else
292
errors_count = 0
293
File.readlines(validator_output).each do |line|
294
+ errors_count += 1
295
line.sub!(/^WARNING:html5validator.validator:/, '')
296
297
parsed = line.match(/^"file:(?<file>[^"]+)":(?<line>\d+)[^:]+: error: (?<msg>.+)/)
0 commit comments