aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2018-01-18 15:16:53 +0000
committerGitHub2018-01-18 15:16:53 +0000
commit10384231a2c8743f554d1e6a3d5067e840365649 (patch)
tree6865b3acaaaf7a93512406e09e4ea07dc636283d /Library/Homebrew/cmd
parent230d630bd6cfd5ec9d317c83caea66a03d2b6c10 (diff)
parent1f48e17f1b2f681ea56b72b8d2c1eebdb77f2181 (diff)
downloadbrew-10384231a2c8743f554d1e6a3d5067e840365649.tar.bz2
Merge pull request #3636 from Homebrew/rubocop-bump
rubocop 0.52.1
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/style.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 27047dfd0..89484d67d 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -70,7 +70,6 @@ module Homebrew
def check_style_impl(files, output_type, options = {})
fix = options[:fix]
- Homebrew.install_gem_setup_path! "parser", HOMEBREW_RUBOCOP_PARSER_VERSION, "ruby-parse"
Homebrew.install_gem_setup_path! "rubocop", HOMEBREW_RUBOCOP_VERSION
require "rubocop"
require_relative "../rubocops"