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 b3bd338 commit 5492488Copy full SHA for 5492488
Dangerfile
@@ -237,7 +237,7 @@ if File.file?(bootlint_output)
237
file = parsed['file']
238
code = parsed['code']
239
file = github.html_link("#{file}#L#{lineno}")
240
- fail("bootlint error in #{file}:\n#{code}: #{msg}. ([Details](https://github.com/twbs/bootlint/wiki/#{code}))")
+ fail("bootlint error in #{file}:\n[#{code}](https://github.com/twbs/bootlint/wiki/#{code}): #{msg}")
241
end
242
# TODO: add link to wiki page (#316)
243
print_errors_summary 'bootlint', errors_count
0 commit comments