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

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

The newest version!
{
  "title": "Cyclomatic Complexity of functions should not be too high",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "HIGH"
    },
    "attribute": "FOCUSED"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "per complexity point above the threshold",
    "linearOffset": "10min",
    "linearFactor": "1min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-1541",
  "sqKey": "FunctionComplexity",
  "scope": "Main",
  "quickfix": "unknown"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy