From e4ef7f8cb744231800b2a6a166ba04d9e374c173 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Aug 2015 14:56:01 +0100 Subject: Don't try to Rubocop vendored files. --- Library/Homebrew/cmd/style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index b39a2d887..3f28207ea 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -9,7 +9,7 @@ module Homebrew Homebrew.install_gem_setup_path! "rubocop", "0.32.1" args = [ - "--format", "simple", "--config", + "--format", "simple", "--force-exclusion", "--config", "#{HOMEBREW_LIBRARY}/.rubocop.yml" ] -- cgit v1.2.3