diff options
| author | Bob W. Hogg | 2016-01-15 23:25:47 -0800 | 
|---|---|---|
| committer | Xu Cheng | 2016-01-17 16:26:49 +0800 | 
| commit | 3e0828c29a6c0d68d61931c7f68e9555bf7e7ede (patch) | |
| tree | 7d776bdc901f7b565ae7f7766c1fa543c9863651 /Library/Homebrew/cmd/style.rb | |
| parent | f92fc98ec03fd6b5176f65dd0d0d855925dcf59b (diff) | |
| download | brew-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.rb | 2 | 
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", | 
