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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "\"yield\" and \"return\" should not be used outside functions",
  "type": "BUG",
  "code": {
    "impacts": {
      "RELIABILITY": "BLOCKER"
    },
    "attribute": "LOGICAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "15min"
  },
  "tags": [
    "pitfall",
    "syntax"
  ],
  "defaultSeverity": "Blocker",
  "ruleSpecification": "RSPEC-2711",
  "sqKey": "S2711",
  "scope": "Main",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy