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
|
def default_args
|
||||||
[
|
[
|
||||||
"--require", "rubocop-cask",
|
"--require", "rubocop-cask",
|
||||||
"--config", "/dev/null", # always use `rubocop-cask` default config
|
"--force-default-config",
|
||||||
"--format", "simple",
|
"--force-exclusion",
|
||||||
"--force-exclusion"
|
"--format", "simple"
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user