Skip to content

Commit 06ea88a

Browse files
committed
remove go vet and update print and echo
1 parent 0816ef4 commit 06ea88a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,8 @@ lint-go-windows:
366366
golangci-lint run
367367

368368
.PHONY: lint-go-vet
369-
lint-go-vet: ## lint go files with vet
370-
@echo "Running go vet..."
371-
@$(GO) vet ./...
369+
lint-go-vet: ## lint go files with gitea-vet
370+
@echo "Running gitea-vet..."
372371
@GOOS= GOARCH= $(GO) build code.gitea.io/gitea-vet
373372
@$(GO) vet -vettool=gitea-vet ./...
374373

0 commit comments

Comments
 (0)