mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
Update RBI files for rubocop-performance.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user