config/default.yml in rubocop-sorbet-0.7.5 vs config/default.yml in rubocop-sorbet-0.7.6

- old
+ new

@@ -87,9 +87,14 @@ Description: 'Forbids include of non-literal constants.' Enabled: false VersionAdded: 0.2.0 VersionChanged: 0.5.0 +Sorbet/ForbidTypeAliasedShapes: + Description: 'Forbids defining type aliases that contain shapes' + Enabled: false + VersionAdded: 0.7.6 + Sorbet/ForbidSuperclassConstLiteral: Description: 'Forbid superclasses which are non-literal constants.' Enabled: false VersionAdded: 0.2.0 VersionChanged: 0.6.1