Ignore false RuboCop positive.
This commit is contained in:
parent
c6c1eacc18
commit
71a79e7e04
@ -110,7 +110,7 @@ module Formatter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def comma_and(*items)
|
def comma_and(*items)
|
||||||
*items, last = items.map(&:to_s)
|
*items, last = items.map(&:to_s) # rubocop:disable Lint/ShadowedArgument, TODO: Remove when RuboCop 0.57.3 is released.
|
||||||
return last if items.empty?
|
return last if items.empty?
|
||||||
|
|
||||||
"#{items.join(", ")} and #{last}"
|
"#{items.join(", ")} and #{last}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user