hack: remove non-existent directories from golangci-lint's skip-dirs

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato 2021-12-27 09:38:43 -08:00
parent 10aecb0e65
commit 136f93ea05

View file

@ -24,10 +24,7 @@ linters:
modules-download-mode: vendor
skip-dirs:
- bundles
- docs
# TODO: This package should be completely removed
- libnetwork/client/mflag
linters-settings:
govet: