mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
[CI] lint-go-vet: do not include gitea-vet
(cherry picked from commit8cbbab7fef
) (cherry picked from commit51113f0f29
)
This commit is contained in:
parent
51e071da73
commit
0d061e411f
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -395,8 +395,7 @@ lint-go-windows:
|
|||
.PHONY: lint-go-vet
|
||||
lint-go-vet:
|
||||
@echo "Running go vet..."
|
||||
@GOOS= GOARCH= $(GO) build code.gitea.io/gitea-vet
|
||||
@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)
|
||||
@$(GO) vet $(GO_PACKAGES)
|
||||
|
||||
.PHONY: lint-editorconfig
|
||||
lint-editorconfig:
|
||||
|
|
Loading…
Reference in a new issue