org.sonar.l10n.javascript.rules.javascript.S3981.json Maven / Gradle / Ivy
{
"title": "Collection size and array length comparisons should make sense",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"type-dependent"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-3981",
"sqKey": "S3981",
"scope": "Main",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy