mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-17 06:02:36 +02:00
Avoid running go vet twice (#18059)
This commit is contained in:
parent
7821370c0b
commit
7be82f4af8
1
Makefile
1
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user