config/default.yml in rubocop-sorbet-0.6.0 vs config/default.yml in rubocop-sorbet-0.6.1

- old
+ new

@@ -68,11 +68,13 @@ Sorbet/ForbidSuperclassConstLiteral: Description: 'Forbid superclasses which are non-literal constants.' Enabled: false VersionAdded: 0.2.0 - VersionChanged: 0.5.0 + VersionChanged: 0.6.1 + Exclude: + - db/migrate/*.rb Sorbet/ForbidUntypedStructProps: Description: >- Disallows use of `T.untyped` or `T.nilable(T.untyped)` as a prop type for `T::Struct` subclasses. @@ -97,10 +99,10 @@ list, and all keyword arguments with a default value must be after those without default values. Enabled: true VersionAdded: 0.2.0 -Sorbet/OnedAncestorPerLine: +Sorbet/OneAncestorPerLine: Description: 'Enforces one ancestor per call to requires_ancestor' Enabled: false VersionAdded: '0.6.0' Sorbet/ParametersOrderingInSignature: