Fix two more rules

This commit is contained in:
Fred Tingaud 2025-02-19 14:16:10 +01:00 committed by Fred Tingaud
parent 97ea439a11
commit c4ad5da103
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"since-c++23",
"pitfall"
],
"defaultSeverity": "Major",
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-7038",
"sqKey": "S7038",
"scope": "All",

View File

@ -9,7 +9,7 @@
"tags": [
"unpredictable"
],
"defaultSeverity": "Major",
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-7119",
"sqKey": "S7119",
"scope": "All",
@ -17,8 +17,8 @@
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "LOW"
"MAINTAINABILITY": "LOW",
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
}