Merge pull request #10262 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.4.0

build(deps): bump rubocop-ast from 1.3.0 to 1.4.0 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2021-01-08 10:13:44 +00:00 committed by GitHub
commit 2ed2368797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 19 deletions

View File

@ -113,7 +113,7 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)

View File

@ -617,6 +617,7 @@ class RuboCop::AST::Node < ::Parser::AST::Node
def ivasgn_type?; end
def keyword?; end
def kwarg_type?; end
def kwargs_type?; end
def kwbegin_type?; end
def kwnilarg_type?; end
def kwoptarg_type?; end
@ -639,6 +640,8 @@ class RuboCop::AST::Node < ::Parser::AST::Node
def match_current_line_type?; end
def match_guard_clause?(param0 = T.unsafe(nil)); end
def match_nil_pattern_type?; end
def match_pattern_p_type?; end
def match_pattern_type?; end
def match_rest_type?; end
def match_var_type?; end
def match_with_lvasgn_type?; end
@ -1584,8 +1587,6 @@ RuboCop::AST::NodePattern::Sets::SET__ = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET__AT_SLICE = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET__EQL_ = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET__EQUAL_EQL = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET__GLOB = T.let(T.unsafe(nil), Set)
@ -1606,6 +1607,8 @@ RuboCop::AST::NodePattern::Sets::SET___7 = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET___8 = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET___EQL = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET___METHOD_____CALLEE__ = T.let(T.unsafe(nil), Set)
RuboCop::AST::NodePattern::Sets::SET____ = T.let(T.unsafe(nil), Set)
@ -1926,6 +1929,7 @@ module RuboCop::AST::Traversal
def on_ivar(node); end
def on_ivasgn(node); end
def on_kwarg(node); end
def on_kwargs(node); end
def on_kwbegin(node); end
def on_kwnilarg(node); end
def on_kwoptarg(node); end
@ -1939,6 +1943,8 @@ module RuboCop::AST::Traversal
def on_match_as(node); end
def on_match_current_line(node); end
def on_match_nil_pattern(node); end
def on_match_pattern(node); end
def on_match_pattern_p(node); end
def on_match_rest(node); end
def on_match_var(node); end
def on_match_with_lvasgn(node); end

View File

@ -27691,12 +27691,6 @@ class RuboCop::AST::Node
def key_node(param0=T.unsafe(nil)); end
def kwargs_type?(); end
def match_pattern_p_type?(); end
def match_pattern_type?(); end
def method_node(param0=T.unsafe(nil)); end
def val_node(param0=T.unsafe(nil)); end
@ -27712,15 +27706,6 @@ module RuboCop::AST::NodePattern::Sets
SET_INCLUDE_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
SET_SYSTEM_SHELL_OUTPUT_PIPE_OUTPUT = ::T.let(nil, ::T.untyped)
SET_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
SET___EQL = ::T.let(nil, ::T.untyped)
end
module RuboCop::AST::Traversal
def on_kwargs(node); end
def on_match_pattern(node); end
def on_match_pattern_p(node); end
end
class RuboCop::Cask::AST::CaskHeader

View File

@ -73,7 +73,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.619
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6198/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.3.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.4.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-1.7.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.7.0/lib"