rspec/rules/S7117/dart/metadata.json
github-actions[bot] 8dfa2ffff7
Create rule S7117: "SizedBox" should be used to add a whitespace to a layout
Co-authored-by: Marharyta <margarita.nedzelska@sonarsource.com>
2024-10-10 11:40:55 +00:00

24 lines
494 B
JSON

{
"title": "\"SizedBox\" should be used to add a whitespace to a layout",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7117",
"sqKey": "S7117",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "EFFICIENT"
}
}