org.sonar.l10n.javascript.rules.javascript.S6959.json Maven / Gradle / Ivy
{
"title": "\"Array.reduce()\" calls should include an initial value",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"type-dependent"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6959",
"sqKey": "S6959",
"scope": "All",
"quickfix": "targeted",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}