org.sonar.l10n.py.rules.python.S3516.json Maven / Gradle / Ivy
{
"title": "Functions returns should not be invariant",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "BLOCKER"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Linear",
"linearDesc": "Per number of return statements",
"linearFactor": "2min"
},
"tags": [
"confusing",
"design"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-3516",
"sqKey": "S3516",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy