From 634ab2c8398ac0e65e91c6c033983b0306249c81 Mon Sep 17 00:00:00 2001 From: Mary Georgiou <89914005+mary-georgiou-sonarsource@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:25:30 +0100 Subject: [PATCH] metadata --- rules/S7131/csharp/metadata.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/rules/S7131/csharp/metadata.json b/rules/S7131/csharp/metadata.json index 9554931889c..bbd0ec1062d 100644 --- a/rules/S7131/csharp/metadata.json +++ b/rules/S7131/csharp/metadata.json @@ -1,10 +1,10 @@ { "title": "FIXME", - "type": "CODE_SMELL", + "type": "BUG", "status": "ready", "remediation": { "func": "Constant\/Issue", - "constantCost": "5min" + "constantCost": "1h" }, "tags": [ ], @@ -13,13 +13,11 @@ "sqKey": "S7131", "scope": "All", "defaultQualityProfiles": ["Sonar way"], - "quickfix": "unknown", + "quickfix": "infeasible", "code": { "impacts": { - "MAINTAINABILITY": "HIGH", - "RELIABILITY": "MEDIUM", - "SECURITY": "LOW" + "RELIABILITY": "HIGH" }, - "attribute": "CONVENTIONAL" + "attribute": "LOGICAL" } }