aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-09-09 15:58:33 +0100
committerDominyk Tiller2015-09-09 15:58:33 +0100
commit9dc461cb9f05a7f09c822ef9a45f5cace919e4c4 (patch)
treec1d89c5aa7c46a0539d312fac79fdd166092a7cc /Library/Homebrew/cmd/style.rb
parent63246fbc6c725d0bc78641a015538a6147ba4058 (diff)
downloadbrew-9dc461cb9f05a7f09c822ef9a45f5cace919e4c4.tar.bz2
style: update rubocop
Diffstat (limited to 'Library/Homebrew/cmd/style.rb')
-rw-r--r--Library/Homebrew/cmd/style.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 2b7e307b2..017c40151 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -8,11 +8,11 @@ module Homebrew
ARGV.formulae.map(&:path)
end
- Homebrew.install_gem_setup_path! "rubocop", "0.34.0"
+ Homebrew.install_gem_setup_path! "rubocop", "0.34.1"
args = [
"--format", "simple", "--force-exclusion", "--config",
- "#{HOMEBREW_LIBRARY}/.rubocop.yml"
+ "#{HOMEBREW_LIBRARY}/.rubocop.yml",
]
args << "--auto-correct" if ARGV.homebrew_developer? && ARGV.flag?("--fix")