24 lines
494 B
JSON
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"
|
|
}
|
|
}
|