All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.py.rules.python.S5915.json Maven / Gradle / Ivy

There is a newer version: 4.23.0.17664
Show newest version
{
  "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