Skip to content

Commit

Permalink
run vet without -vettool
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Feb 20, 2025
1 parent 7342c9e commit 65c3ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ lint-go-windows:
.PHONY: lint-go-vet
lint-go-vet: ## lint go files with vet
@echo "Running go vet..."
@$(GO) vet ./...
@GOOS= GOARCH= $(GO) build code.gitea.io/gitea-vet
@$(GO) vet -vettool=gitea-vet ./...

Expand Down

0 comments on commit 65c3ab9

Please sign in to comment.