kubernetes/vendor/github.com/moby/ipvs/.golangci.yml
Davanum Srinivas d9b98bc36a
Update to new release of moby/ipvs
hack/pin-dependency.sh github.com/moby/ipvs v1.1.0

- go to a fixed tag for `vishvananda/netns`
- no more references to `pkg/errors`

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-01-14 16:13:24 -05:00

9 lines
109 B
YAML

linters:
disable-all: true
enable:
- gofmt
- govet
- ineffassign
- misspell
- revive