Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2022-05-25 14:27:36 +00:00
parent 554eaa27da
commit deec796294
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -4618,6 +4618,18 @@ class RuboCop::Cop::FormulaCop
def required_dependency_name?(param0, param1); end
end
class RuboCop::Cop::Performance::DeletePrefix
extend ::RuboCop::Cop::TargetRubyVersion
end
class RuboCop::Cop::Performance::DeleteSuffix
extend ::RuboCop::Cop::TargetRubyVersion
end
class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock
extend ::RuboCop::Cop::TargetRubyVersion
end
class RuboCop::Cop::RSpec::ChangeByZero
def expect_change_with_arguments(param0=T.unsafe(nil)); end