Update RBI files for rubocop-sorbet.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-12-05 20:39:47 +00:00
parent b43e14b9fa
commit fa5745f267
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -271,6 +271,14 @@ end
RuboCop::Cop::Sorbet::ForbidTUntyped::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Sorbet::ForbidTUntyped::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Sorbet::ForbidTypeAliasedShapes < ::RuboCop::Cop::Base
def on_block(node); end
def on_numblock(node); end
def shape_type_alias?(param0 = T.unsafe(nil)); end
end
RuboCop::Cop::Sorbet::ForbidTypeAliasedShapes::MSG = T.let(T.unsafe(nil), String)
class RuboCop::Cop::Sorbet::ForbidUntypedStructProps < ::RuboCop::Cop::Base
def on_class(node); end
def subclass_of_t_struct?(param0 = T.unsafe(nil)); end