Tracking down slowness #2126
Tracking down slowness
#2126
Replies: 1 comment 2 replies
-
Hello, you can use the verbose mode: golangci-lint run -v |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
golangci-lint seems to be slow (on first run, and thus in our ci?) on a small codebase (that imports a large one, probably)
--timeout 8m wasn't enough, I had to double it to --timeout 16m
This is with a fair number of linters enabled.
What are the steps for tracking down slowness?
(e.g. how does one clear the build cache, and display how long each linter takes?)
Beta Was this translation helpful? Give feedback.
All reactions