text_cop: drop go_resource recommendation
This commit is contained in:
parent
2d5bb029a5
commit
8fd18eab21
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user