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>
4 months ago
checks Check SPDX-License-Identifier (#21) 4 months ago
.changelog.yml Changelog 0.2.0 (#7) 3 years ago
.drone.yml Add CI (#1) 3 years ago
.gitignore Initial commit 3 years ago
.golangci.yml Check SPDX-License-Identifier (#21) 4 months ago
CHANGELOG.md Changelog v0.2.2 (#22) 4 months ago
LICENSE Initial commit 3 years ago
Makefile Check SPDX-License-Identifier (#21) 4 months ago
README.md Add migrations check (#5) 3 years ago
go.mod Correct Import Paths (#6) 3 years ago
go.sum Initial commit 3 years ago
main.go Check SPDX-License-Identifier (#21) 4 months ago

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