org.sonar.l10n.javascript.rules.javascript.S5860.json Maven / Gradle / Ivy
{
"title": "Names of regular expressions named groups should be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"regex",
"type-dependent"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-5860",
"sqKey": "S5860",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}