org.sonar.l10n.py.rules.python.S5842.json Maven / Gradle / Ivy
{
"title": "Repeated patterns in regular expressions should not match the empty string",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "LOW"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"regex"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5842",
"sqKey": "S5842",
"scope": "All",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy