org.sonar.l10n.py.rules.python.S2712.json Maven / Gradle / Ivy
{
"title": "\"return\" and \"yield\" should not be used in the same function",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "BLOCKER"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "15min"
},
"tags": [
"pitfall",
"python3",
"syntax"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-2712",
"sqKey": "S2712",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy