Files
plugins/.golangci.yml

23 lines
306 B
YAML
Raw Normal View History

linters:
enable:
- contextcheck
- gci
- gofumpt
- misspell
- staticcheck
disable:
- errcheck
- gosimple
- ineffassign
linters-settings:
gci:
sections:
- standard
- default
- prefix(github.com/containernetworking)
run:
skip-dirs:
- vendor