A golang vet tool for gitea development
Go to file
Gusted 854133ff01 Add gitea's go-crypto fork to deny list (#19)
- It's dangerous to use this fork over the official one. This one only
will contain changes to the SSH part of x/crypto in order to fix some
bugs. See https://github.com/go-gitea/gitea/pull/18711.

Reviewed-on: https://gitea.com/gitea/gitea-vet/pulls/19
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-committed-by: Gusted <williamzijl7@hotmail.com>
2022-03-14 08:35:26 +08:00
checks Add gitea's go-crypto fork to deny list (#19) 2022-03-14 08:35:26 +08:00
.changelog.yml Changelog 0.2.0 (#7) 2020-07-20 13:45:04 +00:00
.drone.yml Add CI (#1) 2020-04-04 21:12:39 +00:00
.gitignore Initial commit 2020-03-24 22:43:07 -05:00
.golangci.yml Add CI (#1) 2020-04-04 21:12:39 +00:00
CHANGELOG.md Changelog v0.2.1 (#10) 2020-08-15 13:27:32 +00:00
LICENSE Initial commit 2020-03-24 22:43:07 -05:00
Makefile Add CI (#1) 2020-04-04 21:12:39 +00:00
README.md Add migrations check (#5) 2020-05-31 18:38:55 +00:00
go.mod Correct Import Paths (#6) 2020-07-20 13:29:15 +00:00
go.sum Initial commit 2020-03-24 22:43:07 -05:00
main.go Add denylist import (#17) 2022-01-11 09:43:43 +08:00

README.md

gitea-vet

Build Status

go vet tool for Gitea

Analyzer Description
Imports Checks for import sorting. stdlib->code.gitea.io->other
License Checks file headers for some form of Copyright...YYYY...Gitea/Gogs
Migrations Checks for black-listed packages in code.gitea.io/gitea/models/migrations