org.sonar.l10n.javascript.rules.javascript.S4158.json Maven / Gradle / Ivy
{
"title": "Empty collections should not be accessed or iterated",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "LOW"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "15min"
},
"tags": [],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-4158",
"sqKey": "S4158",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}