Skip to content

Commit

Permalink
Avoid running go vet twice (#18059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted committed Dec 21, 2021
1 parent 7821370 commit 7be82f4
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 7be82f4

Please sign in to comment.