org.sonar.l10n.javascript.rules.javascript.S6754.json Maven / Gradle / Ivy
{
"title": "The return value of \"useState\" should be destructured and named symmetrically",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6754",
"sqKey": "S6754",
"scope": "All",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "IDENTIFIABLE"
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}