org.sonar.l10n.py.rules.python.S5720.json Maven / Gradle / Ivy
{
"title": "\"self\" should be the first argument to instance methods",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"convention",
"confusing",
"suspicious"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5720",
"sqKey": "S5720",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy