org.sonar.l10n.py.rules.python.S2325.json Maven / Gradle / Ivy
{
"title": "Methods and properties that don\u0027t access instance data should be static",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pitfall"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2325",
"sqKey": "S2325",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy