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
|
||||
|
||||
def allow_regexp_match?; end
|
||||
def new_argument(block_argument, block_body); end
|
||||
def offense_range(node); 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::IS_A_METHODS = T.let(T.unsafe(nil), Array)
|
||||
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)
|
||||
|
||||
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
|
||||
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::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
||||
|
||||
@ -4243,6 +4243,10 @@ module Gem
|
||||
def self.remove_unresolved_default_spec(spec); end
|
||||
end
|
||||
|
||||
class GitHubRunner
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
class HTTP::Cookie
|
||||
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
|
||||
end
|
||||
@ -4691,6 +4695,10 @@ class KeyError
|
||||
include ::DidYouMean::Correctable
|
||||
end
|
||||
|
||||
class LinuxRunnerSpec
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
class Logger
|
||||
SEV_LABEL = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
@ -4707,6 +4715,10 @@ module Logger::Period
|
||||
SiD = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class MacOSRunnerSpec
|
||||
def self.inherited(s); end
|
||||
end
|
||||
|
||||
module MachOShim
|
||||
def dylib_id(*args, &block); end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user