Skip to content

Commit 1a2477a

Browse files
committed
Makefile: run doctoc only once
Signed-off-by: Stefan Büringer [email protected]
1 parent 9903654 commit 1a2477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
605605
apidiff: $(GO_APIDIFF) ## Check for API differences
606606
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible
607607

608-
ALL_VERIFY_CHECKS = doctoc boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary
608+
ALL_VERIFY_CHECKS = boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary
609609

610610
.PHONY: verify
611611
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets

0 commit comments

Comments
 (0)