org.sonar.l10n.py.rules.python.S2737.json Maven / Gradle / Ivy
{
"title": "\"except\" clauses should do more than raise the same issue",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"error-handling",
"unused",
"finding",
"clumsy"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2737",
"sqKey": "S2737",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy