text_cop: drop go_resource recommendation

This commit is contained in:
Dominyk Tiller 2017-10-31 00:47:57 +00:00
parent 2d5bb029a5
commit 8fd18eab21
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -46,7 +46,7 @@ module RuboCop
end end
find_method_with_args(body_node, :system, "go", "get") do find_method_with_args(body_node, :system, "go", "get") do
problem "Formulae should not use `go get`. If non-vendored resources are required use `go_resource`s." problem "Do not use `go get`. Please ask upstream to implement Go vendoring"
end end
end end
end end