org.sonar.l10n.py.rules.python.S5806.json Maven / Gradle / Ivy
{
"title": "Builtins should not be shadowed by local variables",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"bad-practice",
"confusing",
"pitfall"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-5806",
"sqKey": "S5806",
"scope": "Main",
"quickfix": "covered"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy