From 9bd080e12149dd594d40207af8f51e918f95fa99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:20:45 +0200 Subject: [PATCH] Modify rule S5825: mark quick fix as "targeted" (#4292) Co-authored-by: necto --- rules/S5825/cfamily/metadata.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/rules/S5825/cfamily/metadata.json b/rules/S5825/cfamily/metadata.json index 56d33c9bfe..cf7fbc41bc 100644 --- a/rules/S5825/cfamily/metadata.json +++ b/rules/S5825/cfamily/metadata.json @@ -18,12 +18,8 @@ "pitfall" ], "extra": { - "replacementRules": [ - - ], - "legacyKeys": [ - - ] + "replacementRules": [], + "legacyKeys": [] }, "defaultSeverity": "Minor", "ruleSpecification": "RSPEC-5825", @@ -37,5 +33,5 @@ "defaultQualityProfiles": [ "Sonar way" ], - "quickfix": "unknown" -} + "quickfix": "targeted" +} \ No newline at end of file