diff options
| author | Markus Reiter | 2017-02-12 11:28:39 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-03-05 21:02:16 +0100 |
| commit | 7abc0aaa742a67228643c8fc5f890487591d6c9a (patch) | |
| tree | 89490f7a16c1112ec4e5cb76a3182b70c158daf8 | |
| parent | 642f2a04500311045618cb94ed893e09c8546848 (diff) | |
| download | brew-7abc0aaa742a67228643c8fc5f890487591d6c9a.tar.bz2 | |
Use `--force-default-config` option for `brew cask style`.
| -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 |
