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.
2 parents bb26882 + 1a2477a commit 0b91566Copy full SHA for 0b91566
Makefile
@@ -605,7 +605,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
605
apidiff: $(GO_APIDIFF) ## Check for API differences
606
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible
607
608
-ALL_VERIFY_CHECKS = doctoc boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary
+ALL_VERIFY_CHECKS = boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary
609
610
.PHONY: verify
611
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets
0 commit comments