Closed
Description
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!