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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Functions returns should not be invariant",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "BLOCKER"
    },
    "attribute": "LOGICAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear",
    "linearDesc": "Per number of return statements",
    "linearFactor": "2min"
  },
  "tags": [
    "confusing",
    "design"
  ],
  "defaultSeverity": "Blocker",
  "ruleSpecification": "RSPEC-3516",
  "sqKey": "S3516",
  "scope": "Main",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy