when I run golangci-lint via pants, it seems to be...
# general
p
when I run golangci-lint via pants, it seems to be running it on my dependency’s code as well, not just my first party code. For example this is one of the errors:
Copy code
gopath/pkg/mod/github.com/hashicorp/vault/api@v1.12.0/client.go:143:10: undefined: retryablehttp (typecheck)
        Backoff retryablehttp.Backoff
                ^
I can’t do anything about 3rd party modules. Why is pants running golangci-lint on them?