Merge pull request #2742 from openSUSE/golangci-lint

Switch to golangci-lint
This commit is contained in:
Daniel J Walsh
2019-04-05 11:02:41 -04:00
committed by GitHub
14 changed files with 67 additions and 260 deletions

View File

@@ -22,15 +22,14 @@ import (
)
var (
PODMAN_BINARY string
CONMON_BINARY string
CNI_CONFIG_DIR string
RUNC_BINARY string
INTEGRATION_ROOT string
CGROUP_MANAGER = "systemd"
ARTIFACT_DIR = "/tmp/.artifacts"
RESTORE_IMAGES = []string{ALPINE, BB}
defaultWaitTimeout = 90
PODMAN_BINARY string
CONMON_BINARY string
CNI_CONFIG_DIR string
RUNC_BINARY string
INTEGRATION_ROOT string
CGROUP_MANAGER = "systemd"
ARTIFACT_DIR = "/tmp/.artifacts"
RESTORE_IMAGES = []string{ALPINE, BB}
)
// PodmanTestIntegration struct for command line options