Files
containernetworking-plugins/.golangci.yml
Matthieu MOREL 16ba4222bc enable contextcheck linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-03-06 11:23:07 +01:00

23 lines
306 B
YAML

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