Skip to content

Commit 0b91566

Browse files
authored
Merge pull request #9182 from sbueringer/pr-drop-redundant-doctoc
🌱 Makefile: run doctoc only once
2 parents bb26882 + 1a2477a commit 0b91566

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)