Skip to content
Snippets Groups Projects
Commit 67ec76d1 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2270 from reitermarkus/rubocop-force-default-config

Use `--force-default-config` option for `brew cask style`.
parents 642f2a04 7abc0aaa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment