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

org.sonar.l10n.javascript.rules.javascript.S3516.json Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy