org.sonar.l10n.py.rules.python.S6019.json Maven / Gradle / Ivy
{
"title": "Reluctant quantifiers in regular expressions should be followed by an expression that can\u0027t match the empty string",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"regex"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6019",
"sqKey": "S6019",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy