Skip to content

Commit 52fa4ac

Browse files
committed
fix link for rflint
1 parent 7ff8cf0 commit 52fa4ac

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
@@ -155,7 +155,7 @@ else
155155
current_file = ''
156156
File.readlines(rflint_output).each do |line|
157157
if line.start_with? '+ '
158-
current_file = line.sub(/^\+ /, '')
158+
current_file = line.sub(/^\+ /, '').rstrip
159159
next
160160
end
161161

0 commit comments

Comments
 (0)