A golang vet tool for gitea development
Go to file
Jason Song 7a42a3666a Changelog v0.2.2 (#22)
Reviewed-on: gitea/gitea-vet#22
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Xinyu Zhou <i@sourcehut.net>
Co-authored-by: Jason Song <wolfogre@noreply.gitea.io>
Co-committed-by: Jason Song <wolfogre@noreply.gitea.io>
2022-12-02 11:52:05 +08:00
checks Check SPDX-License-Identifier (#21) 2022-12-01 23:58:05 +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 Check SPDX-License-Identifier (#21) 2022-12-01 23:58:05 +08:00
CHANGELOG.md Changelog v0.2.2 (#22) 2022-12-02 11:52:05 +08: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
LICENSE Initial commit 2020-03-24 22:43:07 -05:00
main.go Check SPDX-License-Identifier (#21) 2022-12-01 23:58:05 +08:00
Makefile Check SPDX-License-Identifier (#21) 2022-12-01 23:58:05 +08:00
README.md Add migrations check (#5) 2020-05-31 18:38:55 +00:00

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