mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Enable golangci-lint Verbose Output
The golangci-lint tool gets stuck for a variety of reasons when running in Prow CI. Enabling verbose output in an attempt to make debugging easier. ref: https://golangci-lint.run/contributing/debug/
This commit is contained in:
2
Makefile
2
Makefile
@@ -148,7 +148,7 @@ lint:
|
|||||||
ifndef HAS_GOLANGCI
|
ifndef HAS_GOLANGCI
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./_output/bin ${GOLANGCI_VERSION}
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./_output/bin ${GOLANGCI_VERSION}
|
||||||
endif
|
endif
|
||||||
./_output/bin/golangci-lint run
|
./_output/bin/golangci-lint run -v
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
ifndef HAS_GOFUMPT
|
ifndef HAS_GOFUMPT
|
||||||
|
|||||||
Reference in New Issue
Block a user