We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f544a46 + 0ebf70b commit 8672410Copy full SHA for 8672410
hack/verify-golint.sh
@@ -26,6 +26,6 @@ cd "${KUBE_ROOT}"
26
# See configuration file in ${KUBE_ROOT}/.golangci.yml.
27
mkdir -p cache
28
29
-docker run --rm -v $(pwd)/cache:/cache -v $(pwd):/app --security-opt="label=disable" -e GOLANGCI_LINT_CACHE=/cache -w /app "golangci/golangci-lint:$VERSION" golangci-lint run
+docker run --rm -v $(pwd)/cache:/cache -v $(pwd):/app --security-opt="label=disable" -e GOLANGCI_LINT_CACHE=/cache -e GOFLAGS="-buildvcs=false" -w /app "golangci/golangci-lint:$VERSION" golangci-lint run
30
31
# ex: ts=2 sw=2 et filetype=sh
0 commit comments