-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[43] Fix go vet hags on first run #47
Conversation
@hiddenmarten |
By default, pre-commit operates using multiple threads in parallel. However, this flag alters its behavior to use only one thread. I've tested this adjustment on my local setup and it helps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need change behavior instead of broke parallel work of linters (this worsens performance).
Probably I gave you an incorrect explanation about the behavior of pre-commit. By default, pre-commit runs a bunch of processes
however, with this option pre-commit runs
The root issue is about concurrent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.