1
0
mirror of https://gitea.com/gitea/gitea-vet synced 2025-10-05 15:42:45 +02:00
Jason Song 2b1561217f Remove DenylistImports (#23)
`DenylistImports` will be redundant once [gitea/pull/22412](https://github.com/go-gitea/gitea/pull/22412) has been merged.

Reviewed-on: https://gitea.com/gitea/gitea-vet/pulls/23
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-01-13 10:24:36 +08:00
2023-01-13 10:24:36 +08:00
2020-07-20 13:45:04 +00:00
2020-04-04 21:12:39 +00:00
2020-03-24 22:43:07 -05:00
2022-12-02 11:52:05 +08:00
2020-07-20 13:29:15 +00:00
2020-03-24 22:43:07 -05:00
2020-03-24 22:43:07 -05:00
2023-01-13 10:24:36 +08:00
2022-12-01 23:58:05 +08:00
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
Description
A golang vet tool for gitea development
Readme MIT 92 KiB
Languages
Go 94.9%
Makefile 5.1%