Merge pull request #11520 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.16.1
build(deps): bump rubocop from 1.16.0 to 1.16.1 in /Library/Homebrew
This commit is contained in:
commit
39c42914c8
@ -109,7 +109,7 @@ GEM
|
|||||||
rspec-support (3.10.2)
|
rspec-support (3.10.2)
|
||||||
rspec-wait (0.0.9)
|
rspec-wait (0.0.9)
|
||||||
rspec (>= 3, < 4)
|
rspec (>= 3, < 4)
|
||||||
rubocop (1.16.0)
|
rubocop (1.16.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.0.0.0)
|
parser (>= 3.0.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
|||||||
@ -10044,6 +10044,7 @@ class RuboCop::Cop::Style::QuotedSymbols < ::RuboCop::Cop::Base
|
|||||||
def alternative_style; end
|
def alternative_style; end
|
||||||
def autocorrect(corrector, node); end
|
def autocorrect(corrector, node); end
|
||||||
def correct_quotes(str); end
|
def correct_quotes(str); end
|
||||||
|
def hash_colon_key?(node); end
|
||||||
def quoted?(sym_node); end
|
def quoted?(sym_node); end
|
||||||
def style; end
|
def style; end
|
||||||
def wrong_quotes?(node); end
|
def wrong_quotes?(node); end
|
||||||
@ -10452,15 +10453,19 @@ class RuboCop::Cop::Style::RedundantSelf < ::RuboCop::Cop::Base
|
|||||||
def on_blockarg(node); end
|
def on_blockarg(node); end
|
||||||
def on_def(node); end
|
def on_def(node); end
|
||||||
def on_defs(node); end
|
def on_defs(node); end
|
||||||
|
def on_if(node); end
|
||||||
def on_lvasgn(node); end
|
def on_lvasgn(node); end
|
||||||
def on_masgn(node); end
|
def on_masgn(node); end
|
||||||
def on_op_asgn(node); end
|
def on_op_asgn(node); end
|
||||||
def on_or_asgn(node); end
|
def on_or_asgn(node); end
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
|
def on_until(node); end
|
||||||
|
def on_while(node); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def add_lhs_to_local_variables_scopes(rhs, lhs); end
|
def add_lhs_to_local_variables_scopes(rhs, lhs); end
|
||||||
|
def add_masgn_lhs_variables(rhs, lhs); end
|
||||||
def add_scope(node, local_variables = T.unsafe(nil)); end
|
def add_scope(node, local_variables = T.unsafe(nil)); end
|
||||||
def allow_self(node); end
|
def allow_self(node); end
|
||||||
def allowed_send_node?(node); end
|
def allowed_send_node?(node); end
|
||||||
@ -79,7 +79,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.7.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.7.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-2.0.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-2.0.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.16.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.16.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.11.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.11.3/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.10.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.10.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.3.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.3.0/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user