diff options
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/style.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/style.rb b/Library/Homebrew/cask/lib/hbc/cli/style.rb index d3e44382d..a64a1dbe7 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/style.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/style.rb @@ -54,9 +54,9 @@ module Hbc def default_args [ "--require", "rubocop-cask", - "--config", "/dev/null", # always use `rubocop-cask` default config - "--format", "simple", - "--force-exclusion" + "--force-default-config", + "--force-exclusion", + "--format", "simple" ] end |
