Skip to content

Commit 7ff8cf0

Browse files
committed
fix link in rflint
1 parent 11f6bdf commit 7ff8cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ else
162162
parsed = line.match(/[A-Z]: (?<line>\d+), [^:]+: (?<msg>.*)/)
163163
msg = parsed['msg'].sub(/ \(\w+\)$/, '')
164164
lineno = parsed['line']
165-
file = github.html_link("#{current_file}#{lineno}")
165+
file = github.html_link("#{current_file}#L#{lineno}")
166166
fail("rflint error in #{file}: #{msg}")
167167
end
168168
print_errors_summary 'rflint', errors_count, 'https://github.com/php-coder/mystamps/wiki/rflint'

0 commit comments

Comments
 (0)