From d1ee5fd36982ab3b3b585f5de7257353e39bd3ff Mon Sep 17 00:00:00 2001 From: Hendrik Buchwald <64110887+hendrik-buchwald-sonarsource@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:28:25 +0100 Subject: [PATCH] Deprecate rule S5742 (#4561) --- rules/S5742/metadata.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/S5742/metadata.json b/rules/S5742/metadata.json index 153b6784694..6cd6e06e3bb 100644 --- a/rules/S5742/metadata.json +++ b/rules/S5742/metadata.json @@ -7,13 +7,12 @@ }, "attribute": "COMPLETE" }, - "status": "ready", + "status": "deprecated", "remediation": { "func": "Constant\/Issue", "constantCost": "30min" }, "tags": [ - "cwe" ], "extra": { "replacementRules": [ @@ -36,6 +35,6 @@ ] }, "defaultQualityProfiles": [ - "Sonar way" + ] }