lint -fix
parent
3a0d2cdf2c
commit
11959f7e3a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue