lint -fix

patch-1
pussycat0x 2023-03-10 16:37:19 +05:30 committed by GitHub
parent 3a0d2cdf2c
commit 11959f7e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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