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 92319a6 commit 8ce627eCopy full SHA for 8ce627e
Dangerfile
@@ -162,7 +162,7 @@ else
162
parsed = line.match(/[A-Z]: (?<line>\d+), [^:]+: (?<msg>.*)/)
163
msg = parsed['msg'].sub(/ \(\w+\)$/, '')
164
lineno = parsed['line']
165
- file = github.html_link("#{current_file}#{lineno}")
+ file = github.html_link("#{current_file}#L#{lineno}")
166
fail("rflint error in #{file}: #{msg}")
167
end
168
print_errors_summary 'rflint', errors_count, 'https://github.com/php-coder/mystamps/wiki/rflint'
0 commit comments