From 2eaddf5008ce37c40a00127ed9cb754c2fa7edf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:49:01 +0200 Subject: [PATCH] Modify rule S824: mark quick fix as "targeted" (#4282) Co-authored-by: necto --- rules/S824/cfamily/metadata.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/rules/S824/cfamily/metadata.json b/rules/S824/cfamily/metadata.json index dd8102a902..cd2c553cba 100644 --- a/rules/S824/cfamily/metadata.json +++ b/rules/S824/cfamily/metadata.json @@ -17,12 +17,8 @@ "misra-c2004" ], "extra": { - "replacementRules": [ - - ], - "legacyKeys": [ - - ] + "replacementRules": [], + "legacyKeys": [] }, "defaultSeverity": "Major", "ruleSpecification": "RSPEC-824", @@ -31,5 +27,5 @@ "defaultQualityProfiles": [ "Sonar way" ], - "quickfix": "unknown" -} + "quickfix": "targeted" +} \ No newline at end of file