Fix two more rules
This commit is contained in:
parent
97ea439a11
commit
c4ad5da103
@ -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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user