manual/cops_sorbet.md in rubocop-sorbet-0.6.0 vs manual/cops_sorbet.md in rubocop-sorbet-0.6.1

- old
+ new

@@ -215,14 +215,20 @@ ## Sorbet/ForbidSuperclassConstLiteral Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged --- | --- | --- | --- | --- -Disabled | Yes | No | 0.2.0 | 0.5.0 +Disabled | Yes | No | 0.2.0 | 0.6.1 No documentation +### Configurable attributes + +Name | Default value | Configurable values +--- | --- | --- +Exclude | `db/migrate/*.rb` | Array + ## Sorbet/ForbidUntypedStructProps Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged --- | --- | --- | --- | --- Enabled | Yes | No | 0.4.0 | - @@ -294,10 +300,10 @@ ## Sorbet/OneAncestorPerLine Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged --- | --- | --- | --- | --- -Enabled | Yes | Yes | - | - +Disabled | Yes | Yes | 0.6.0 | - This cop ensures one ancestor per requires_ancestor line rather than chaining them as a comma-separated list. ### Examples