Update RBI files for rubocop-performance.
This commit is contained in:
parent
554eaa27da
commit
deec796294
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user