rubocops/text: whitelist goose.
This commit is contained in:
parent
3b9a8cb8c1
commit
604434566f
@ -54,6 +54,7 @@ module RuboCop
|
||||
|
||||
find_method_with_args(body_node, :system, "dep", "ensure") do |d|
|
||||
next if parameters_passed?(d, /vendor-only/)
|
||||
next if @formula_name == "goose" # needed in 2.3.0
|
||||
|
||||
problem "use \"dep\", \"ensure\", \"-vendor-only\""
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user