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

org.sonar.l10n.php.rules.php.S1067.json Maven / Gradle / Ivy

{
  "title": "Expressions should not be too complex",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "HIGH"
    },
    "attribute": "FOCUSED"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "per complexity point above the threshold",
    "linearOffset": "5min",
    "linearFactor": "1min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-1067",
  "sqKey": "S1067",
  "scope": "All",
  "quickfix": "unknown"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy