org.sonar.l10n.javascript.rules.javascript.S5867.json Maven / Gradle / Ivy
{
"title": "Regular expressions using Unicode character classes or property escapes should enable the unicode flag",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"regex"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5867",
"sqKey": "S5867",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}