aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-18 16:39:25 +0200
committerMarkus Reiter2016-10-18 16:40:25 +0200
commit143c3ac5c83c2d3b5c597352f3a1a59bd721f962 (patch)
tree6bce6a4680f5342abf495c54c8d3001c6723b8c1 /Library
parent3a22aff1b6f1cba97cffcbe64ed063f863a5b61d (diff)
downloadbrew-143c3ac5c83c2d3b5c597352f3a1a59bd721f962.tar.bz2
Force the use of `rubocop-cask`’s default configuration.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/style.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/style.rb b/Library/Homebrew/cask/lib/hbc/cli/style.rb
index 068f89d74..0dd4bc474 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/style.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/style.rb
@@ -56,6 +56,7 @@ module Hbc
def default_args
[
"--require", "rubocop-cask",
+ "--config", "/dev/null", # always use `rubocop-cask` default config
"--format", "simple",
"--force-exclusion"
]