org.sonar.l10n.py.rules.python.S5915.json Maven / Gradle / Ivy
{
"title": "Assertions should not be made at the end of blocks expecting an exception",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "TESTED"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"tests",
"unused",
"pitfall"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5915",
"sqKey": "S5915",
"scope": "Tests",
"quickfix": "covered"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy