Force the use of rubocop-cask’s default configuration.

This commit is contained in:
Markus Reiter 2016-10-18 16:39:25 +02:00
parent 3a22aff1b6
commit 143c3ac5c8

View File

@ -56,6 +56,7 @@ module Hbc
def default_args def default_args
[ [
"--require", "rubocop-cask", "--require", "rubocop-cask",
"--config", "/dev/null", # always use `rubocop-cask` default config
"--format", "simple", "--format", "simple",
"--force-exclusion" "--force-exclusion"
] ]