org.sonar.l10n.javascript.rules.javascript.S1763.json Maven / Gradle / Ivy
{
"title": "All code should be reachable",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"unused"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1763",
"sqKey": "S1763",
"scope": "Main",
"securityStandards": {
"CWE": [
561
]
},
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy