A golang vet tool for gitea development
Go to file
jolheiser 6c7b81d401
Move checks to common package and add Makefile
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-04-03 22:28:55 -05:00
checks Move checks to common package and add Makefile 2020-04-03 22:28:55 -05:00
.gitignore Initial commit 2020-03-24 22:43:07 -05:00
go.mod Initial commit 2020-03-24 22:43:07 -05: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 Move checks to common package and add Makefile 2020-04-03 22:28:55 -05:00
Makefile Move checks to common package and add Makefile 2020-04-03 22:28:55 -05:00
README.md Fix import sorting and add README 2020-03-24 22:56:58 -05:00

gitea-vet

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