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:
Nanda H Krishna 2021-05-31 13:28:26 +05:30 committed by GitHub
commit b6cfafef4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -118,7 +118,7 @@ GEM
rubocop-ast (>= 1.5.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.6.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)

View File

@ -675,6 +675,7 @@ end
class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node
def body; end
def branch_index; end
def pattern; end
def then?; end
end
@ -757,7 +758,8 @@ module RuboCop::AST::MethodDispatchNode
def block_node; end
def command?(name); 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 double_colon?; end
def implicit_call?; end

View File

@ -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/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/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/unicode-display_width-2.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.15.0/lib"