Merge pull request #11463 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.7.0
build(deps): bump rubocop-ast from 1.6.0 to 1.7.0 in /Library/Homebrew
This commit is contained in:
commit
b6cfafef4d
@ -118,7 +118,7 @@ GEM
|
|||||||
rubocop-ast (>= 1.5.0, < 2.0)
|
rubocop-ast (>= 1.5.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.6.0)
|
rubocop-ast (1.7.0)
|
||||||
parser (>= 3.0.1.1)
|
parser (>= 3.0.1.1)
|
||||||
rubocop-performance (1.11.3)
|
rubocop-performance (1.11.3)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
|
|||||||
@ -675,6 +675,7 @@ end
|
|||||||
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
|
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
|
||||||
def body; end
|
def body; end
|
||||||
def branch_index; end
|
def branch_index; end
|
||||||
|
def pattern; end
|
||||||
def then?; end
|
def then?; end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -757,7 +758,8 @@ module RuboCop::AST::MethodDispatchNode
|
|||||||
def block_node; end
|
def block_node; end
|
||||||
def command?(name); end
|
def command?(name); end
|
||||||
def const_receiver?; end
|
def const_receiver?; end
|
||||||
def def_modifier?; end
|
def def_modifier(node = T.unsafe(nil)); end
|
||||||
|
def def_modifier?(node = T.unsafe(nil)); end
|
||||||
def dot?; end
|
def dot?; end
|
||||||
def double_colon?; end
|
def double_colon?; end
|
||||||
def implicit_call?; end
|
def implicit_call?; end
|
||||||
@ -76,7 +76,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.627
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6274/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6274/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.6.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.15.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.15.0/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user