Use --force-default-config option for brew cask style.

This commit is contained in:
Markus Reiter 2017-02-12 11:28:39 +01:00
parent 642f2a0450
commit 7abc0aaa74

View File

@ -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