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