org.sonar.l10n.javascript.rules.javascript.S3500.json Maven / Gradle / Ivy
{
"title": "\"const\" variables should not be reassigned",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "15min"
},
"tags": [
"es2015"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-3500",
"sqKey": "S3500",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT"
]
}