org.sonar.l10n.py.rules.python.S2710.json Maven / Gradle / Ivy
The newest version!
{
"title": "The first argument to class methods should follow the naming convention",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "IDENTIFIABLE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"convention",
"confusing",
"pitfall"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2710",
"sqKey": "S2710",
"scope": "Main",
"quickfix": "covered"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy