Skip to content

Commit

Permalink
remove make target verify-generate
Browse files Browse the repository at this point in the history
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
  • Loading branch information
troy0820 committed Apr 15, 2024
1 parent 99c3379 commit b89ab7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -142,10 +142,4 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
verify-apidiff: $(GO_APIDIFF) ## Check for API differences
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible

.PHONY: verify-generate
verify-generate: generate ## Verify generated files are up to date
@if !(git diff --quiet HEAD); then \
git diff; \
echo "generated files are out of date, run make generate"; exit 1; \
fi

0 comments on commit b89ab7f

Please sign in to comment.