k3s/vendor/github.com/containerd/cri/.golangci.yml

24 lines
308 B
YAML
Raw Normal View History

2020-08-10 17:43:49 +00:00
linters:
enable:
- structcheck
- varcheck
- staticcheck
- unconvert
- gofmt
- goimports
- golint
- ineffassign
- vet
- unused
- misspell
disable:
- errcheck
run:
deadline: 2m
skip-dirs:
- integration
- pkg/api
skip-files:
- ".*_test.go"