config/default.yml in rubocop-sorbet-0.4.1 vs config/default.yml in rubocop-sorbet-0.5.0

- old
+ new

@@ -53,16 +53,18 @@ - db/**/*.rb - script/**/* Sorbet/ForbidIncludeConstLiteral: Description: 'Forbids include of non-literal constants.' - Enabled: true + Enabled: false VersionAdded: 0.2.0 + VersionChanged: 0.5.0 Sorbet/ForbidSuperclassConstLiteral: Description: 'Forbid superclasses which are non-literal constants.' - Enabled: true + Enabled: false VersionAdded: 0.2.0 + VersionChanged: 0.5.0 Sorbet/ForbidUntypedStructProps: Description: >- Disallows use of `T.untyped` or `T.nilable(T.untyped)` as a prop type for `T::Struct` subclasses.