org.sonar.l10n.javascript.rules.javascript.S2094.json Maven / Gradle / Ivy
{
"title": "Classes should not be empty",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"clumsy"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2094",
"sqKey": "S2094",
"scope": "All",
"quickfix": "infeasible",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy