From 143c3ac5c83c2d3b5c597352f3a1a59bd721f962 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 18 Oct 2016 16:39:25 +0200 Subject: Force the use of `rubocop-cask`’s default configuration. --- Library/Homebrew/cask/lib/hbc/cli/style.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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" ] -- cgit v1.2.3