Fix discrepencies between MQR and severity for CFamily rules

This commit is contained in:
Fred Tingaud 2025-02-18 17:58:32 +01:00 committed by Fred Tingaud
parent 60cddc7cc9
commit adae29df8e
5 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,9 @@
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
"MAINTAINABILITY": "BLOCKER"
},
"attribute": "CONVENTIONAL"
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {

View File

@ -9,7 +9,7 @@
"tags": [
"since-c++11"
],
"defaultSeverity": "Major",
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6996",
"sqKey": "S6996",
"scope": "All",

View File

@ -17,7 +17,7 @@
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
}

View File

@ -10,7 +10,7 @@
"since-c++23",
"bad-practice"
],
"defaultSeverity": "Minor",
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7040",
"sqKey": "S7040",
"scope": "All",

View File

@ -8,7 +8,7 @@
},
"tags": [
],
"defaultSeverity": "Minor",
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7127",
"sqKey": "S7127",
"scope": "All",
@ -18,6 +18,6 @@
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
"attribute": "CLEAR"
}
}