Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2021-04-22 13:01:40 +00:00
parent 1ac764b1ea
commit 57c4ef7d53
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rubocop-performance` gem. # This is an autogenerated file for types exported from the `rubocop-performance` gem.
# Please instead update this file by running `tapioca sync`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true
@ -430,6 +430,19 @@ RuboCop::Cop::Performance::IoReadlines::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::IoReadlines::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::IoReadlines::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::MapCompact < ::RuboCop::Cop::Base
include(::RuboCop::Cop::RangeHelp)
extend(::RuboCop::Cop::AutoCorrector)
extend(::RuboCop::Cop::TargetRubyVersion)
def map_compact(param0 = T.unsafe(nil)); end
def on_send(node); end
end
RuboCop::Cop::Performance::MapCompact::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::MapCompact::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::MethodObjectAsBlock < ::RuboCop::Cop::Base class RuboCop::Cop::Performance::MethodObjectAsBlock < ::RuboCop::Cop::Base
def method_object_as_argument?(param0 = T.unsafe(nil)); end def method_object_as_argument?(param0 = T.unsafe(nil)); end
def on_block_pass(node); end def on_block_pass(node); end
@ -701,6 +714,23 @@ RuboCop::Cop::Performance::ReverseFirst::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::ReverseFirst::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::ReverseFirst::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::SelectMap < ::RuboCop::Cop::Base
include(::RuboCop::Cop::RangeHelp)
extend(::RuboCop::Cop::TargetRubyVersion)
def bad_method?(param0 = T.unsafe(nil)); end
def on_send(node); end
private
def map_method_candidate(node); end
def offense_range(node, map_method); end
end
RuboCop::Cop::Performance::SelectMap::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::SelectMap::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::Size < ::RuboCop::Cop::Base class RuboCop::Cop::Performance::Size < ::RuboCop::Cop::Base
extend(::RuboCop::Cop::AutoCorrector) extend(::RuboCop::Cop::AutoCorrector)