[BRANDING] gitea-vet does not work for forgejo

It forbids files that do not have Gitea copyright headers

Signed-off-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2023-01-13 00:17:49 +01:00 committed by Loïc Dachary
parent bad61f0182
commit d316a03157
No known key found for this signature in database
GPG Key ID: 992D23B392F9E4F2
1 changed files with 1 additions and 2 deletions

View File

@ -286,8 +286,7 @@ misspell-check:
.PHONY: vet
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: $(TAGS_EVIDENCE)
$(TAGS_EVIDENCE):