org.sonar.l10n.py.rules.python.S3827.json Maven / Gradle / Ivy
{
"title": "Variables, classes and functions should be defined before being used",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "BLOCKER"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"python3",
"pitfall"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-3827",
"sqKey": "S3827",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy