Skip to content

Commit

Permalink
Avoid running go vet twice (go-gitea#18059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted authored and Stelios Malathouras committed Mar 28, 2022
1 parent e2a0936 commit 0162195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ fmt:
.PHONY: vet
vet:
@echo "Running go vet..."
@$(GO) vet $(GO_PACKAGES)
@GOOS= GOARCH= $(GO) build -mod=vendor code.gitea.io/gitea-vet
@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)

Expand Down

0 comments on commit 0162195

Please sign in to comment.