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.
1 parent 86dfce1 commit 0ebf70bCopy full SHA for 0ebf70b
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