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", "since-c++23",
"pitfall" "pitfall"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-7038", "ruleSpecification": "RSPEC-7038",
"sqKey": "S7038", "sqKey": "S7038",
"scope": "All", "scope": "All",

View File

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