diff --git a/file/js/js-analyse.yaml b/file/js/js-analyse.yaml index 042ae511ba..7c605102b7 100644 --- a/file/js/js-analyse.yaml +++ b/file/js/js-analyse.yaml @@ -17,7 +17,7 @@ file: name: Extracted-Varaibles-Name regex: #since go does not support lookahead in regex it hard to return only the names :/ - - "(?i)(var|const|let)\\s+([a-z_$][0-9a-z_$]*)\\s*=" + - "(?i)(var|const|let)\\s+([a-z_$][0-9a-z_$]*)\\s*=" - type: regex name: Extracted-Endpoints regex: