aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorBob W. Hogg2016-01-15 23:25:47 -0800
committerXu Cheng2016-01-17 16:26:49 +0800
commit3e0828c29a6c0d68d61931c7f68e9555bf7e7ede (patch)
tree7d776bdc901f7b565ae7f7766c1fa543c9863651 /Library/Homebrew/cmd/style.rb
parentf92fc98ec03fd6b5176f65dd0d0d855925dcf59b (diff)
downloadbrew-3e0828c29a6c0d68d61931c7f68e9555bf7e7ede.tar.bz2
Rubocop: upgrade to version 0.36.0
Stop using Style/TrailingComma as it is no longer recognized and start using Style/TrailingCommaInArguments and Style/TrailingCommaInLiteral instead. Closes Homebrew/homebrew#48144. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/cmd/style.rb')
-rw-r--r--Library/Homebrew/cmd/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 38e3bcab8..dbfd9da1c 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -8,7 +8,7 @@ module Homebrew
ARGV.formulae.map(&:path)
end
- Homebrew.install_gem_setup_path! "rubocop", "0.35.1"
+ Homebrew.install_gem_setup_path! "rubocop", "0.36.0"
args = [
"--format", "simple", "--force-exclusion", "--config",