Modify rule S7112: Add S7113 as related rule (#4396)

This commit is contained in:
Antonio Aversa 2024-10-10 11:14:37 +02:00 committed by GitHub
parent 1b7f6144a2
commit b5f14301e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,7 @@ const x = PointOnYAxis(42); // Const context
=== Related rules
* S3689 - "const" modifier should not be redundant
* S7113 - @immutable classes should only have const constructors
ifdef::env-github,rspecator-view[]