From 82dc6aaeae802b318f666af3e357721f91956ebe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:12:19 +0000 Subject: [PATCH] Update RBI files for rubocop-performance. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- ...nce@1.16.0.rbi => rubocop-performance@1.17.1.rbi} | 3 +++ .../sorbet/rbi/hidden-definitions/hidden.rbi | 12 ++++++++++++ 2 files changed, 15 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{rubocop-performance@1.16.0.rbi => rubocop-performance@1.17.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.16.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.17.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.16.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.17.1.rbi index 1780e8656b..7123db311e 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.16.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-performance@1.17.1.rbi @@ -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) diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index cbe969e81b..c264f1ab81 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -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