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 736d81f commit 78d915cCopy full SHA for 78d915c
Makefile
@@ -440,7 +440,7 @@ $(GOLANGCI_LINT): $(LOCALBIN)
440
.PHONY: golangci-api-lint
441
golangci-api-lint: golangci-lint $(GOLANGCI_API_LINT) ## Download golangci-lint locally if necessary before building KAL
442
$(GOLANGCI_API_LINT):
443
- $(GOLANGCI_LINT) -v custom
+ $(GOLANGCI_LINT) custom
444
445
.PHONY: yq
446
yq: ## Download yq locally if necessary.
0 commit comments