1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1572 from seanmalloy/golangci-lint-verbose

Enable golangci-lint Verbose Output
This commit is contained in:
Kubernetes Prow Robot
2024-12-11 02:52:02 +00:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ lint:
ifndef HAS_GOLANGCI
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./_output/bin ${GOLANGCI_VERSION}
endif
./_output/bin/golangci-lint run
./_output/bin/golangci-lint run -v
fmt:
ifndef HAS_GOFUMPT