aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-12 19:55:01 +0200
committerGitHub2017-10-12 19:55:01 +0200
commit04801a2824992032c1cf882729376729af16d56e (patch)
tree8edb3a9c46d401c7451c6bf339d4780d894298d1 /Library/Homebrew/cmd
parent56458f03fcc68ef6d8ee3ee4a7c1d16021aa5800 (diff)
parent71b6e239d722bd1d444a5c5e2777d61208cc8049 (diff)
downloadbrew-04801a2824992032c1cf882729376729af16d56e.tar.bz2
Merge pull request #3295 from reitermarkus/code-style
Set RuboCop maximum to current maximum.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 58f430a27..89484d67d 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -109,7 +109,7 @@ module Homebrew
args << "--config" << HOMEBREW_LIBRARY_PATH/".rubocop.yml"
args << HOMEBREW_LIBRARY_PATH
else
- args << "--config" << HOMEBREW_LIBRARY/".auditcops.yml"
+ args << "--config" << HOMEBREW_LIBRARY/".rubocop_audit.yml"
args += files
end