org.sonar.l10n.py.rules.python.S5709.json Maven / Gradle / Ivy
The newest version!
{
"title": "Custom Exception classes should inherit from \"Exception\" or one of its subclasses",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"convention",
"bad-practice"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5709",
"sqKey": "S5709",
"scope": "All",
"quickfix": "unknown"
}