Skip to content

Commit

Permalink
Merge pull request #1572 from seanmalloy/golangci-lint-verbose
Browse files Browse the repository at this point in the history
Enable golangci-lint Verbose Output
  • Loading branch information
k8s-ci-robot authored Dec 11, 2024
2 parents 2c11481 + 73fecfb commit 44bde42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44bde42

Please sign in to comment.