org.sonar.l10n.javascript.rules.javascript.S1479.json Maven / Gradle / Ivy
{
"title": "\"switch\" statements should not have too many \"case\" clauses",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "FOCUSED"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1479",
"sqKey": "S1479",
"scope": "Main",
"quickfix": "infeasible",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}