diff options
| author | Dominyk Tiller | 2017-10-31 01:01:42 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2017-10-31 01:01:42 +0000 |
| commit | bff4762d36dd1feaf7768949b3fd32d061394c65 (patch) | |
| tree | 932580c994f2ad7787a2d65462c0e07856f088a7 | |
| parent | 883fee78adab15f205d201116f89f85e608fd334 (diff) | |
| download | brew-bff4762d36dd1feaf7768949b3fd32d061394c65.tar.bz2 | |
text_cop_spec: update go get tests
| -rw-r--r-- | Library/Homebrew/test/rubocops/text_cop_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/rubocops/text_cop_spec.rb b/Library/Homebrew/test/rubocops/text_cop_spec.rb index 84e2344c5..1b2d61d0c 100644 --- a/Library/Homebrew/test/rubocops/text_cop_spec.rb +++ b/Library/Homebrew/test/rubocops/text_cop_spec.rb @@ -66,7 +66,7 @@ describe RuboCop::Cop::FormulaAudit::Text do def install system "go", "get", "bar" - ^^^^^^^^^^^^^^^^^^^^^^^^^ Formulae should not use `go get`. If non-vendored resources are required use `go_resource`s. + ^^^^^^^^^^^^^^^^^^^^^^^^^ Do not use `go get`. Please ask upstream to implement Go vendoring end end RUBY @@ -139,7 +139,7 @@ describe RuboCop::Cop::FormulaAudit::Text do def install system "go", "get", "bar" - ^^^^^^^^^^^^^^^^^^^^^^^^^ Formulae should not use `go get`. If non-vendored resources are required use `go_resource`s. + ^^^^^^^^^^^^^^^^^^^^^^^^^ Do not use `go get`. Please ask upstream to implement Go vendoring end end RUBY |
