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 11f6bdf commit 7ff8cf0Copy full SHA for 7ff8cf0
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