org.sonar.l10n.py.rules.python.S6545.json Maven / Gradle / Ivy
The newest version!
{
"title": "Built-in generic types should be preferred over the typing module in type hints",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"convention",
"typing"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6545",
"sqKey": "S6545",
"scope": "All",
"quickfix": "targeted"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy