Update RBI files for rubocop-performance.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
47ec180089
commit
82dc6aaeae
@ -478,6 +478,7 @@ class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock < ::RuboCop::C
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
def allow_regexp_match?; end
|
||||||
def new_argument(block_argument, block_body); end
|
def new_argument(block_argument, block_body); end
|
||||||
def offense_range(node); end
|
def offense_range(node); end
|
||||||
def one_block_argument?(block_arguments); end
|
def one_block_argument?(block_arguments); end
|
||||||
@ -489,6 +490,7 @@ end
|
|||||||
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::COMPARISON_METHODS = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::COMPARISON_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::IS_A_METHODS = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::IS_A_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::REGEXP_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::TARGET_METHODS = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::TARGET_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
class RuboCop::Cop::Performance::RedundantMatch < ::RuboCop::Cop::Base
|
class RuboCop::Cop::Performance::RedundantMatch < ::RuboCop::Cop::Base
|
||||||
@ -755,6 +757,7 @@ class RuboCop::Cop::Performance::StringIdentifierArgument < ::RuboCop::Cop::Base
|
|||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
RuboCop::Cop::Performance::StringIdentifierArgument::COMMAND_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
RuboCop::Cop::Performance::StringIdentifierArgument::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Performance::StringIdentifierArgument::MSG = T.let(T.unsafe(nil), String)
|
||||||
RuboCop::Cop::Performance::StringIdentifierArgument::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Performance::StringIdentifierArgument::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
@ -4243,6 +4243,10 @@ module Gem
|
|||||||
def self.remove_unresolved_default_spec(spec); end
|
def self.remove_unresolved_default_spec(spec); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class GitHubRunner
|
||||||
|
def self.inherited(s); end
|
||||||
|
end
|
||||||
|
|
||||||
class HTTP::Cookie
|
class HTTP::Cookie
|
||||||
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
|
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
|
||||||
end
|
end
|
||||||
@ -4691,6 +4695,10 @@ class KeyError
|
|||||||
include ::DidYouMean::Correctable
|
include ::DidYouMean::Correctable
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class LinuxRunnerSpec
|
||||||
|
def self.inherited(s); end
|
||||||
|
end
|
||||||
|
|
||||||
class Logger
|
class Logger
|
||||||
SEV_LABEL = ::T.let(nil, ::T.untyped)
|
SEV_LABEL = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
@ -4707,6 +4715,10 @@ module Logger::Period
|
|||||||
SiD = ::T.let(nil, ::T.untyped)
|
SiD = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class MacOSRunnerSpec
|
||||||
|
def self.inherited(s); end
|
||||||
|
end
|
||||||
|
|
||||||
module MachOShim
|
module MachOShim
|
||||||
def dylib_id(*args, &block); end
|
def dylib_id(*args, &block); end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user