org.sonar.l10n.py.rules.python.S5747.json Maven / Gradle / Ivy
{
"title": "Bare \"raise\" statements should only be used in \"except\" blocks",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"error-handling",
"unpredictable",
"confusing"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5747",
"sqKey": "S5747",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy