org.sonar.l10n.javascript.rules.javascript.S6836.json Maven / Gradle / Ivy
{
"title": "\"case\" and \"default\" clauses should not contain lexical declarations",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6836",
"sqKey": "S6836",
"scope": "All",
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}