org.sonar.l10n.py.rules.python.S5361.json Maven / Gradle / Ivy
{
"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