Files
plugins/.golangci.yml

22 lines
287 B
YAML
Raw Normal View History

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