org.sonar.l10n.py.rules.python.S1722.json Maven / Gradle / Ivy
{
"title": "New-style classes should be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"python3"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1722",
"sqKey": "S1722",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy