diff options
| author | Gautham Goli | 2017-07-18 19:10:12 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-07-18 20:23:03 +0530 |
| commit | 086e540231691bca054b70e79ec37cc344b14d37 (patch) | |
| tree | 70077f8a71512f0967d8c4b1edae79fc52f5635f /Library/Homebrew/cmd/style.rb | |
| parent | 5b3231ea0ab23aae7c552142049e99afe0d72b4b (diff) | |
| download | brew-086e540231691bca054b70e79ec37cc344b14d37.tar.bz2 | |
Add a rubocop config file to control cops' execution in audit and style
Diffstat (limited to 'Library/Homebrew/cmd/style.rb')
| -rw-r--r-- | Library/Homebrew/cmd/style.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index 14499f24b..b0f46fadc 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/".rubocop.yml" + args << "--config" << HOMEBREW_LIBRARY/".auditcops.yml" args += files end |
