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:
Marharyta 2025-02-25 16:49:31 +01:00 committed by GitHub
parent de3124561f
commit 66586c5c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 18 additions and 18 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}