diff options
| author | Mike McQuaid | 2018-01-07 15:39:37 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-07 15:39:37 +0000 |
| commit | 09bfb2a8f0b566d592e6d1213fc632e66f8a0604 (patch) | |
| tree | f1565e7e9d5136464a8c07c6c0a49b861521f9ac /Library/Homebrew/cmd | |
| parent | 4438fe117592475d4ddf255c064d2fd95b541a90 (diff) | |
| parent | 1bd7d7df04321ebf39cc39d06486768df7245650 (diff) | |
| download | brew-09bfb2a8f0b566d592e6d1213fc632e66f8a0604.tar.bz2 | |
Merge pull request #3633 from MikeMcQuaid/lines_cop_version
lines_cop: flag `depends_on :perl => "1.0"`.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/style.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index 89484d67d..27047dfd0 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -70,6 +70,7 @@ 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" |
