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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Regular expressions should not contain empty groups",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "MEDIUM"
    },
    "attribute": "CLEAR"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "regex"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-6331",
  "sqKey": "S6331",
  "scope": "Main",
  "quickfix": "targeted"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy