DART-210 Fix discrepancies between MQR and severity for Dart rules
Rules affected: S7058, S7064, S7066, S7083, S7095, S7103, S7104, S7105, S7120
This commit is contained in:
parent
de3124561f
commit
66586c5c75
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Minor",
|
||||
"ruleSpecification": "RSPEC-7058",
|
||||
"sqKey": "S7058",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
"MAINTAINABILITY": "LOW"
|
||||
},
|
||||
"attribute": "CONVENTIONAL"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Minor",
|
||||
"ruleSpecification": "RSPEC-7064",
|
||||
"sqKey": "S7064",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
"MAINTAINABILITY": "LOW"
|
||||
},
|
||||
"attribute": "CONVENTIONAL"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Minor",
|
||||
"ruleSpecification": "RSPEC-7066",
|
||||
"sqKey": "S7066",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
"MAINTAINABILITY": "LOW"
|
||||
},
|
||||
"attribute": "CONVENTIONAL"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"tags": [
|
||||
"performance"
|
||||
],
|
||||
"defaultSeverity": "Critical",
|
||||
"defaultSeverity": "Major",
|
||||
"ruleSpecification": "RSPEC-7083",
|
||||
"sqKey": "S7083",
|
||||
"scope": "All",
|
||||
@ -17,7 +17,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "HIGH"
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
},
|
||||
"attribute": "EFFICIENT"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Minor",
|
||||
"ruleSpecification": "RSPEC-7095",
|
||||
"sqKey": "S7095",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
"MAINTAINABILITY": "LOW"
|
||||
},
|
||||
"attribute": "FORMATTED"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Critical",
|
||||
"defaultSeverity": "Major",
|
||||
"ruleSpecification": "RSPEC-7103",
|
||||
"sqKey": "S7103",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "HIGH"
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
},
|
||||
"attribute": "CLEAR"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"tags": [
|
||||
"brain-overload"
|
||||
],
|
||||
"defaultSeverity": "Critical",
|
||||
"defaultSeverity": "Major",
|
||||
"ruleSpecification": "RSPEC-7104",
|
||||
"sqKey": "S7104",
|
||||
"scope": "All",
|
||||
@ -17,7 +17,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "HIGH"
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
},
|
||||
"attribute": "CLEAR"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Major",
|
||||
"defaultSeverity": "Minor",
|
||||
"ruleSpecification": "RSPEC-7105",
|
||||
"sqKey": "S7105",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
"MAINTAINABILITY": "LOW"
|
||||
},
|
||||
"attribute": "CLEAR"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
"tags": [
|
||||
],
|
||||
"defaultSeverity": "Critical",
|
||||
"defaultSeverity": "Major",
|
||||
"ruleSpecification": "RSPEC-7120",
|
||||
"sqKey": "S7120",
|
||||
"scope": "All",
|
||||
@ -16,7 +16,7 @@
|
||||
"quickfix": "unknown",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "HIGH"
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
},
|
||||
"attribute": "COMPLETE"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user