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

org.sonar.plugins.csharp.S3776.json Maven / Gradle / Ivy

There is a newer version: 10.2.0.105762
Show newest version
{
  "title": "Cognitive Complexity of methods 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 over the threshold",
    "linearOffset": "5min",
    "linearFactor": "1min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-3776",
  "sqKey": "S3776",
  "scope": "All",
  "quickfix": "infeasible"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy