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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "HIGH"
    },
    "attribute": "EFFICIENT"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "2min"
  },
  "tags": [
    "regex",
    "performance"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5361",
  "sqKey": "S5361",
  "scope": "All",
  "quickfix": "unknown",
  "title": "`str.replace` should be preferred to `re.sub`"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy