org.sonar.l10n.javascript.rules.javascript.S1862.json Maven / Gradle / Ivy
{
"title": "\"if\/else if\" chains and \"switch\" cases should not have the same condition",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"unused",
"pitfall"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1862",
"sqKey": "S1862",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy