style: update rubocop to 0.47.1

This commit is contained in:
Dominyk Tiller 2017-01-27 21:32:50 +00:00
parent ad4fd014e1
commit c2b3f1db27
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -47,7 +47,7 @@ module Homebrew
def check_style_impl(files, output_type, options = {}) def check_style_impl(files, output_type, options = {})
fix = options[:fix] fix = options[:fix]
Homebrew.install_gem_setup_path! "rubocop", "0.45.0" Homebrew.install_gem_setup_path! "rubocop", "0.47.1"
args = %w[ args = %w[
--force-exclusion --force-exclusion