From 03dbb4c924becde1d03352c28ab8d0ec5d1f9599 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:37:15 +0200 Subject: [PATCH] Modify rule S6045: mark quick fix as "targeted" (#4280) Co-authored-by: necto --- rules/S6045/cfamily/metadata.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/rules/S6045/cfamily/metadata.json b/rules/S6045/cfamily/metadata.json index 3f26109bdc..8245bc315a 100644 --- a/rules/S6045/cfamily/metadata.json +++ b/rules/S6045/cfamily/metadata.json @@ -17,12 +17,8 @@ "since-c++14" ], "extra": { - "replacementRules": [ - - ], - "legacyKeys": [ - - ] + "replacementRules": [], + "legacyKeys": [] }, "defaultSeverity": "Major", "ruleSpecification": "RSPEC-6045", @@ -31,5 +27,5 @@ "defaultQualityProfiles": [ "Sonar way" ], - "quickfix": "unknown" -} + "quickfix": "targeted" +} \ No newline at end of file