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 da5cc32 commit f3efa28Copy full SHA for f3efa28
Makefile
@@ -687,7 +687,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
687
apidiff: $(GO_APIDIFF) ## Check for API differences
688
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible
689
690
-ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive govulncheck
+ALL_VERIFY_CHECKS = licenses boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary diagrams import-restrictions go-directive
691
692
.PHONY: verify
693
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets
0 commit comments