Update RBI files for rubocop-sorbet.

This commit is contained in:
BrewTestBot 2021-12-09 18:12:50 +00:00
parent 711c45ca91
commit c510d04019
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -151,7 +151,6 @@ class RuboCop::Cop::Sorbet::ForbidRBIOutsideOfAllowedPaths < ::RuboCop::Cop::Cop
private
def allowed_paths; end
def message; end
end
class RuboCop::Cop::Sorbet::ForbidSuperclassConstLiteral < ::RuboCop::Cop::Cop