From e5612c82bc68361639199bb424a58961a12bd5fd Mon Sep 17 00:00:00 2001 From: Victorien ELVINGER Date: Thu, 8 Dec 2022 14:42:50 +0100 Subject: [PATCH] docs(noConstructorReturn): fix rule description (#4015) Fixes https://github.com/rome/tools/issues/4005 --- configuration_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration_schema.json b/configuration_schema.json index 9184638d..646e4a1f 100644 --- a/configuration_schema.json +++ b/configuration_schema.json @@ -622,7 +622,7 @@ ] }, "noConstructorReturn": { - "description": "Disallow returning a value from a constructor", + "description": "Disallow returning a value from a constructor.", "anyOf": [ { "$ref": "#/definitions/RuleConfiguration"