Questions tagged [golangci-lint]
32 questions
-1
votes
1 answer
A persistent warning when using //nolint:godox in Golang
WARN [runner/nolint] Found unknown linters in //nolint directives: godox todo: fix once roles are in place
This warning keeps coming up when I am building my Golang project. What does this mean?
What is the meaning of unknown linters here?
I…

Sahaaj Singh Chawla
- 31
- 5
-1
votes
1 answer
Why 'go vet' failing with go build.... signal: killed error?
We are using The Kubernetes executor for GitLab Runner, as part of GitLab CI
Go vet is failing with error--go build github.com/hashicorp/cdktf-provider-aws-go/aws/v9/wafv2: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed
I tried…

Krishna
- 11
- 2