Matthieu MOREL 3a04eb00bb
enable ineffassign linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-03-06 11:51:40 +01:00

23 lines
306 B
YAML

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