Update RBI files for rubocop-sorbet.

This commit is contained in:
BrewTestBot 2022-06-17 18:11:50 +00:00
parent a2618f4a65
commit 502769bb85
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -166,6 +166,11 @@ class RuboCop::Cop::Sorbet::ForbidTUnsafe < ::RuboCop::Cop::Cop
def t_unsafe?(param0 = T.unsafe(nil)); end
end
class RuboCop::Cop::Sorbet::ForbidTUntyped < ::RuboCop::Cop::Cop
def on_send(node); end
def t_untyped?(param0 = T.unsafe(nil)); end
end
class RuboCop::Cop::Sorbet::ForbidUntypedStructProps < ::RuboCop::Cop::Cop
def on_class(node); end
def subclass_of_t_struct?(param0 = T.unsafe(nil)); end