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

org.sonar.l10n.web.rules.Web.ComplexityCheck.json Maven / Gradle / Ivy

There is a newer version: 2.6.0.1053
Show newest version
{
  "title": "Files should not be too complex",
  "type": "CODE_SMELL",
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "per complexity point above the threshold",
    "linearOffset": "30min",
    "linearFactor": "1min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Major"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy