org.sonar.l10n.javascript.rules.javascript.S4324.json Maven / Gradle / Ivy
{
"title": "Primitive return types should be used",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"proficiency"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-4324",
"sqKey": "S4324",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"TYPESCRIPT"
]
}