Use --force-default-config option for brew cask style.
This commit is contained in:
parent
642f2a0450
commit
7abc0aaa74
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user