Specify path to golangci-lint executable in vsCode Go extension
I’m working on a shared Go repo. The repo includes a committed executable for golangci-lint
, so that we can all run the same exact version of the linter on local machines and on CI.
I’m working on a shared Go repo. The repo includes a committed executable for golangci-lint
, so that we can all run the same exact version of the linter on local machines and on CI.