org.sonar.l10n.javascript.rules.javascript.S4622.json Maven / Gradle / Ivy
{
"title": "Union types should not have too many elements",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-4622",
"sqKey": "S4622",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"TYPESCRIPT"
]
}