diff options
| author | Dominyk Tiller | 2017-10-31 00:47:57 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2017-10-31 00:47:57 +0000 |
| commit | 8fd18eab2133aeb33fc0f42f9707f69da64d0f8d (patch) | |
| tree | 1bd6e022468a5950e83f050bf0b6770b4c55c364 | |
| parent | 2d5bb029a51f17d15ee6a61160297a748c28f6be (diff) | |
| download | brew-8fd18eab2133aeb33fc0f42f9707f69da64d0f8d.tar.bz2 | |
text_cop: drop go_resource recommendation
| -rw-r--r-- | Library/Homebrew/rubocops/text_cop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/rubocops/text_cop.rb b/Library/Homebrew/rubocops/text_cop.rb index d56c9bf46..c99adfc10 100644 --- a/Library/Homebrew/rubocops/text_cop.rb +++ b/Library/Homebrew/rubocops/text_cop.rb @@ -46,7 +46,7 @@ module RuboCop end 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 |
