org.sonar.l10n.javascript.rules.javascript.S4137.json Maven / Gradle / Ivy
{
"title": "Type assertions should use \"as\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"confusing"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-4137",
"sqKey": "S4137",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy