org.sonar.l10n.py.rules.python.S5712.json Maven / Gradle / Ivy
{
"title": "Some special methods should return \"NotImplemented\" instead of raising \"NotImplementedError\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"error-handling",
"bad-practice"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5712",
"sqKey": "S5712",
"scope": "All",
"quickfix": "covered"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy