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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "\"SystemExit\" should be re-raised",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "HIGH"
    },
    "attribute": "COMPLETE"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "error-handling",
    "bad-practice",
    "suspicious"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5754",
  "sqKey": "S5754",
  "scope": "Main",
  "quickfix": "covered"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy