From 04bdf601088e0396b1b93e7333a628be74084db1 Mon Sep 17 00:00:00 2001 From: mohamed ayadi Date: Fri, 10 Mar 2023 13:35:30 +0100 Subject: [PATCH] Update js-analyse.yaml removing comment --- file/js/js-analyse.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/file/js/js-analyse.yaml b/file/js/js-analyse.yaml index 7d6366dae9..0896775497 100644 --- a/file/js/js-analyse.yaml +++ b/file/js/js-analyse.yaml @@ -18,7 +18,6 @@ file: - type: regex 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*=" - type: regex name: Extracted-Endpoints