Skip to content

Commit 65c3ab9

Browse files
committed
run vet without -vettool
1 parent 7342c9e commit 65c3ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ lint-go-windows:
370370
.PHONY: lint-go-vet
371371
lint-go-vet: ## lint go files with vet
372372
@echo "Running go vet..."
373+
@$(GO) vet ./...
373374
@GOOS= GOARCH= $(GO) build code.gitea.io/gitea-vet
374375
@$(GO) vet -vettool=gitea-vet ./...
375376

0 commit comments

Comments
 (0)