org.sonar.l10n.py.rules.python.S6543.json Maven / Gradle / Ivy
{
"title": "Type hints of generic types should specify their type parameters",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"convention",
"typing"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6543",
"sqKey": "S6543",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy