-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feature request: Allow concurrent invocations of golangci-lint on separate codebases #879
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
Comments
Current workaround is to set |
Unfortunately this workaround didn't work for us, as we're using a mono-repo for our golang microservices, changing
maybe you can try to add |
I'm running into this as well, and it would appear that |
Hi, |
There are related upstream issue that make this challenging. The work around is pass a flag to allow multiple runners: golangci/golangci-lint#812 golangci/golangci-lint#879 Change-Id: Iccb215d9ff1e54665d846104b4e282f7246ff424
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello,
Pull #812 addressed issue #108, preventing multiple invocations of golangci-lint in parallel. However, we would like to be able to concurrently run multiple instances of golangci-lint validating separate applications. Is there any reason that this couldn't be done by this tool, perhaps by parameterizing the lock file used by the source tree being linted?
Thanks!
The text was updated successfully, but these errors were encountered: