mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
golangci-lint: make windows linting happy
It qemu cannot be compiled anyway so make sure we do not try to compile parts where the typechecker complains about on windows. Also all the e2e test files are only used on linux as well. pkg/machine/wsl also reports some error but to many for me to fix them now. One minor problem was fixed in pkg/machine/machine_windows.go. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -19,7 +19,7 @@ BUILD_TAGS_REMOTE="remote,containers_image_openpgp"
|
||||
|
||||
SKIP_DIRS_ABI=""
|
||||
SKIP_DIRS_TUNNEL=""
|
||||
SKIP_DIRS_REMOTE="libpod/events,test"
|
||||
SKIP_DIRS_REMOTE="libpod/events,pkg/machine/qemu,pkg/machine/wsl,test"
|
||||
|
||||
declare -a to_lint
|
||||
to_lint=(ABI TUNNEL)
|
||||
|
Reference in New Issue
Block a user