Matthieu MOREL 5a7619c019 enable gosimple linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-03-13 17:59:31 +01:00

24 lines
327 B
YAML

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