File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed
Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ modifies/internal:
5151 - " .github/**"
5252 - " .gitea/**"
5353 - " .devcontainer/**"
54- - " build.go"
5554 - " build/**"
5655 - " contrib/**"
5756
Original file line number Diff line number Diff line change @@ -386,8 +386,7 @@ lint-go-windows:
386386.PHONY : lint-go-gitea-vet
387387lint-go-gitea-vet : # # lint go files with gitea-vet
388388 @echo " Running gitea-vet..."
389- @GOOS= GOARCH= $(GO ) build code.gitea.io/gitea-vet
390- @$(GO ) vet -vettool=gitea-vet ./...
389+ @$(GO ) vet -vettool=$(shell go tool -n gitea-vet) ./...
391390
392391.PHONY : lint-go-gopls
393392lint-go-gopls : # # lint go files with gopls
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -307,3 +307,5 @@ exclude github.com/gofrs/uuid v4.0.0+incompatible
307307exclude github.com/goccy/go-json v0.4.11
308308
309309exclude github.com/satori/go.uuid v1.2.0
310+
311+ tool code.gitea.io/gitea-vet
You can’t perform that action at this time.
0 commit comments