-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
CI failure seen on https://drone.gitea.io/go-gitea/gitea/51286/1/6
It seems golangi-lint tries to access files in node_modules
which is completely unnecessary and likely a reason for its long runtime. It might be possible to pass a list of files to it via golangci/golangci-lint#301 (comment), thought I'm not sure whether that usage actually works (golangci/golangci-lint#2568).
I recently added the skip-dirs
option at
Lines 27 to 30 in 1ab88da
skip-dirs: | |
- node_modules | |
- public | |
- web_src |
lunny and noerw