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