summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2021-12-21 19:22:33 +0100
committerGitHub <noreply@github.com>2021-12-21 13:22:33 -0500
commit7be82f4af8ce0a89f94116d2913bc25c6fc4d9b1 (patch)
treee82bf4f4295b05a0b20ca18183a61552bc19ba4d /Makefile
parent7821370c0bc88bd1a02966cad172f33667394bd4 (diff)
downloadgitea-7be82f4af8ce0a89f94116d2913bc25c6fc4d9b1.tar.gz
gitea-7be82f4af8ce0a89f94116d2913bc25c6fc4d9b1.zip
Avoid running go vet twice (#18059)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f267bcac4..4800bb4806 100644
--- a/Makefile
+++ b/Makefile
@@ -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)