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

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

The newest version!
{
  "title": "Javascript scriptlets should not have too many lines of code",
  "type": "CODE_SMELL",
  "status": "ready",
  "remediation": {
    "func": "Linear",
    "linearDesc": "number of lines over the threshold",
    "linearFactor": "2min"
  },
  "tags": [
    "brain-overload"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-1456",
  "sqKey": "LongJavaScriptCheck"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy