Update js-analyse.yaml

removing comment
patch-1
mohamed ayadi 2023-03-10 13:35:30 +01:00 committed by GitHub
parent 199af1c02b
commit 04bdf60108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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