Skip to content

Commit

Permalink
Ignore Rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 27, 2024
1 parent 101d61f commit 8ebaf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanami/action/flash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def keep(key = (no_arg = true))
if no_arg
@next.merge!(@flash)
else
self[key] = self[key]
self[key] = self[key] # rubocop:disable Lint/SelfAssignment
end
end

Expand Down

0 comments on commit 8ebaf73

Please sign in to comment.