org.sonar.l10n.py.rules.python.S3984.json Maven / Gradle / Ivy
{
"title": "Exceptions should not be created without being raised",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"error-handling"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-3984",
"sqKey": "S3984",
"scope": "All",
"quickfix": "covered"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy