org.sonar.l10n.javascript.rules.javascript.S6594.json Maven / Gradle / Ivy
{
"title": "\"RegExp.exec()\" should be preferred over \"String.match()\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "EFFICIENT"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"regex",
"type-dependent"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6594",
"sqKey": "S6594",
"scope": "All",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}