diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -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 b39a2d887..3f28207ea 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -9,7 +9,7 @@ module Homebrew Homebrew.install_gem_setup_path! "rubocop", "0.32.1" args = [ - "--format", "simple", "--config", + "--format", "simple", "--force-exclusion", "--config", "#{HOMEBREW_LIBRARY}/.rubocop.yml" ] |
