From 143c3ac5c83c2d3b5c597352f3a1a59bd721f962 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 18 Oct 2016 16:39:25 +0200 Subject: [PATCH] =?UTF-8?q?Force=20the=20use=20of=20`rubocop-cask`?= =?UTF-8?q?=E2=80=99s=20default=20configuration.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Homebrew/cask/lib/hbc/cli/style.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cask/lib/hbc/cli/style.rb b/Library/Homebrew/cask/lib/hbc/cli/style.rb index 068f89d74c..0dd4bc4742 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" ]