Skip to content

Commit

Permalink
fix: add dependency of generating code to vet (#6457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxx4Fun committed Apr 2, 2024
1 parent 4b7b8b9 commit 647c0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fmt: ## Run go fmt against code.
$(GOFMT) -l -w -s $$(git ls-files --exclude-standard | grep "\.go$$" | grep -v $(GENERATED_CLIENT_PKG))

.PHONY: vet
vet: ## Run go vet against code.
vet: test-go-generate ## Run go vet against code.
GOOS=$(GOOS) $(GO) vet -mod=mod ./...

.PHONY: cue-fmt
Expand Down

0 comments on commit 647c0f6

Please sign in to comment.