org.sonar.l10n.py.rules.python.S5890.json Maven / Gradle / Ivy
{
"title": "Values assigned to variables should match their type annotations",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"typing",
"confusing"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-5890",
"sqKey": "S5890",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy