A golang vet tool for gitea development
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
techknowlogick ce29c2c254 Don't import git on models (#12)
Update 'checks/models.go'

Don't import git on models

Fix  #11

Reviewed-on: gitea/gitea-vet#12
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
checks Don't import git on models (#12) 3 years 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 Add CI (#1) 3 years ago
CHANGELOG.md Changelog v0.2.1 (#10) 3 years ago
LICENSE Initial commit 3 years ago
Makefile Add CI (#1) 3 years 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 Correct Import Paths (#6) 3 years 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