From c7627c9717b7764532fd45bb75cdd870d2ec3246 Mon Sep 17 00:00:00 2001 From: necto Date: Wed, 18 Sep 2024 12:48:16 +0000 Subject: [PATCH] Modify rule S1912: mark quick fix as "targeted" --- rules/S1912/cfamily/metadata.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rules/S1912/cfamily/metadata.json b/rules/S1912/cfamily/metadata.json index 53d3d45a91b..99b4f191b0f 100644 --- a/rules/S1912/cfamily/metadata.json +++ b/rules/S1912/cfamily/metadata.json @@ -16,9 +16,7 @@ "multi-threading" ], "extra": { - "replacementRules": [ - - ], + "replacementRules": [], "legacyKeys": [ "NonReentrantFunction" ] @@ -30,5 +28,5 @@ "defaultQualityProfiles": [ "Sonar way" ], - "quickfix": "unknown" -} + "quickfix": "targeted" +} \ No newline at end of file