Update RBI files for rubocop-performance.
This commit is contained in:
parent
0581d7b9ba
commit
a2cd969ddc
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# 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 `bin/tapioca gem rubocop-performance`.
|
# Please instead update this file by running `bin/tapioca gem rubocop-performance`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module RuboCop; end
|
module RuboCop; end
|
||||||
module RuboCop::Cop; end
|
module RuboCop::Cop; end
|
||||||
module RuboCop::Cop::Performance; end
|
module RuboCop::Cop::Performance; end
|
||||||
@ -202,6 +202,16 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::Performance::CompareWithBlock::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Performance::CompareWithBlock::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
class RuboCop::Cop::Performance::ConcurrentMonotonicTime < ::RuboCop::Cop::Base
|
||||||
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
|
|
||||||
|
def concurrent_monotonic_time?(param0 = T.unsafe(nil)); end
|
||||||
|
def on_send(node); end
|
||||||
|
end
|
||||||
|
|
||||||
|
RuboCop::Cop::Performance::ConcurrentMonotonicTime::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
RuboCop::Cop::Performance::ConcurrentMonotonicTime::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
class RuboCop::Cop::Performance::ConstantRegexp < ::RuboCop::Cop::Base
|
class RuboCop::Cop::Performance::ConstantRegexp < ::RuboCop::Cop::Base
|
||||||
extend ::RuboCop::Cop::AutoCorrector
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
|
|
||||||
@ -236,7 +246,6 @@ RuboCop::Cop::Performance::Count::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
|||||||
class RuboCop::Cop::Performance::DeletePrefix < ::RuboCop::Cop::Base
|
class RuboCop::Cop::Performance::DeletePrefix < ::RuboCop::Cop::Base
|
||||||
include ::RuboCop::Cop::RegexpMetacharacter
|
include ::RuboCop::Cop::RegexpMetacharacter
|
||||||
extend ::RuboCop::Cop::AutoCorrector
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
extend ::RuboCop::Cop::TargetRubyVersion
|
|
||||||
|
|
||||||
def delete_prefix_candidate?(param0 = T.unsafe(nil)); end
|
def delete_prefix_candidate?(param0 = T.unsafe(nil)); end
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
@ -249,7 +258,6 @@ RuboCop::Cop::Performance::DeletePrefix::RESTRICT_ON_SEND = T.let(T.unsafe(nil),
|
|||||||
class RuboCop::Cop::Performance::DeleteSuffix < ::RuboCop::Cop::Base
|
class RuboCop::Cop::Performance::DeleteSuffix < ::RuboCop::Cop::Base
|
||||||
include ::RuboCop::Cop::RegexpMetacharacter
|
include ::RuboCop::Cop::RegexpMetacharacter
|
||||||
extend ::RuboCop::Cop::AutoCorrector
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
extend ::RuboCop::Cop::TargetRubyVersion
|
|
||||||
|
|
||||||
def delete_suffix_candidate?(param0 = T.unsafe(nil)); end
|
def delete_suffix_candidate?(param0 = T.unsafe(nil)); end
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
@ -437,6 +445,7 @@ class RuboCop::Cop::Performance::RedundantBlockCall < ::RuboCop::Cop::Base
|
|||||||
def blockarg_calls(param0, param1); end
|
def blockarg_calls(param0, param1); end
|
||||||
def blockarg_def(param0 = T.unsafe(nil)); end
|
def blockarg_def(param0 = T.unsafe(nil)); end
|
||||||
def on_def(node); end
|
def on_def(node); end
|
||||||
|
def on_defs(node); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
@ -454,7 +463,6 @@ RuboCop::Cop::Performance::RedundantBlockCall::YIELD = T.let(T.unsafe(nil), Stri
|
|||||||
|
|
||||||
class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock < ::RuboCop::Cop::Base
|
class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock < ::RuboCop::Cop::Base
|
||||||
extend ::RuboCop::Cop::AutoCorrector
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
extend ::RuboCop::Cop::TargetRubyVersion
|
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user