org.sonar.l10n.javascript.rules.javascript.S905.json Maven / Gradle / Ivy
{
"title": "Non-empty statements should change control flow or have at least one side-effect",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"cwe",
"unused"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-905",
"sqKey": "S905",
"scope": "Main",
"securityStandards": {
"CWE": [
482
]
},
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}