org.sonar.l10n.py.rules.python.S5708.json Maven / Gradle / Ivy
{
"title": "Caught Exceptions must derive from BaseException",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "BLOCKER"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"error-handling",
"pep",
"design"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-5708",
"sqKey": "S5708",
"scope": "All",
"quickfix": "covered"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy