org.sonar.l10n.py.rules.python.S1143.json Maven / Gradle / Ivy
The newest version!
{
"title": "Break, continue and return statements should not occur in \"finally\" blocks",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"cwe",
"error-handling",
"pitfall"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-1143",
"sqKey": "S1143",
"scope": "All",
"securityStandards": {
"CWE": [
584
]
},
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy