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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Regular expressions should not be too complicated",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "CLEAR"
  },
  "status": "ready",
  "remediation": {
    "func": "Linear with offset",
    "linearDesc": "number of complexity points over the configurable limit",
    "linearOffset": "8min",
    "linearFactor": "2min"
  },
  "tags": [
    "regex"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-5843",
  "sqKey": "S5843",
  "scope": "All",
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy