Skip to content

Commit

Permalink
Increment VersionAdded metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Nov 24, 2023
1 parent 139ca55 commit 5bb7bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Sorbet/ForbidIncludeConstLiteral:
Sorbet/ForbidTypeAliasedShapes:
Description: 'Forbids defining type aliases that contain shapes'
Enabled: false
VersionAdded: 0.7.5
VersionAdded: 0.7.6

Sorbet/ForbidSuperclassConstLiteral:
Description: 'Forbid superclasses which are non-literal constants.'
Expand Down
2 changes: 1 addition & 1 deletion manual/cops_sorbet.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def foo(my_argument); end
Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Disabled | Yes | No | 0.7.5 | -
Disabled | Yes | No | 0.7.6 | -
Disallows defining type aliases that contain shapes
Expand Down

0 comments on commit 5bb7bfe

Please sign in to comment.