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" } }