org.sonar.l10n.javascript.rules.javascript.S6569.json Maven / Gradle / Ivy
{
"title": "Unnecessary type constraints should be removed",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6569",
"sqKey": "S6569",
"scope": "All",
"quickfix": "covered",
"compatibleLanguages": [
"TYPESCRIPT"
]
}