From bb497ebfe0a066126129f768edc12710689aa59c Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Tue, 12 Jan 2021 16:38:15 +1100 Subject: [PATCH] rubocops/caveats: use rubocop v1 API --- Library/Homebrew/test/rubocops/caveats_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/rubocops/caveats_spec.rb b/Library/Homebrew/test/rubocops/caveats_spec.rb index e59a04a2e8..1d161b6901 100644 --- a/Library/Homebrew/test/rubocops/caveats_spec.rb +++ b/Library/Homebrew/test/rubocops/caveats_spec.rb @@ -14,7 +14,7 @@ describe RuboCop::Cop::FormulaAudit::Caveats do url "https://brew.sh/foo-1.0.tgz" def caveats "setuid" - ^^^^^^ Don\'t recommend setuid in the caveats, suggest sudo instead. + ^^^^^^^^ Don\'t recommend setuid in the caveats, suggest sudo instead. end end RUBY