Add gitea-vet #312
Reference in New Issue
Block a user
No description provided.
Delete Branch "6543/go-sdk:add-gitea-vet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as title
drone fails
This might need some tweaking because we don't want to add it to the module and we don't vendor it.
In theory,
go get
(outside of a module) should build/install it. Depending on the Docker image the resulting binary should be in$GOPATH/bin/
@@ -37,0 +38,4 @@
# Default vet
cd gitea && $(GO) vet $(PACKAGE)
# Custom vet
$(GO) get gitea.com/jolheiser/gitea-vet
path is now
gitea.com/gitea/gitea-vet
(sidenote: we should probably serve this undercode.gitea.io
)40ae9b6287
to4c5042c2b7
Please use new URL for gitea-vet
I've just pushed a commit to update URLs
O Thanks :)
add gitea-vetto Add gitea-vet