org.sonar.l10n.py.rules.python.S6796.json Maven / Gradle / Ivy
{
"title": "Generic functions should be defined using the type parameter syntax",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"typing"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6796",
"sqKey": "S6796",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy