Fix two more rules
This commit is contained in:
parent
97ea439a11
commit
c4ad5da103
@ -10,7 +10,7 @@
|
||||
"since-c++23",
|
||||
"pitfall"
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Critical",
|
||||
"ruleSpecification": "RSPEC-7038",
|
||||
"sqKey": "S7038",
|
||||
"scope": "All",
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user