Matthieu MOREL 177e0bf2d9
enable staticcheck linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-03-02 11:06:22 +01:00

22 lines
287 B
YAML

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