rubocops/text: whitelist goose.

This commit is contained in:
Mike McQuaid 2020-04-14 11:59:56 +01:00
parent 3b9a8cb8c1
commit 604434566f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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