org.sonar.l10n.javascript.rules.javascript.S6557.json Maven / Gradle / Ivy
{
"title": "Ends of strings should be checked with \"startsWith()\" and \"endsWith()\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"type-dependent"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6557",
"sqKey": "S6557",
"scope": "All",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}