modulepackage
0.0.0-20241002090823-bc862b8d69b1
Repository: https://github.com/uchitsa/codeq.git
Documentation: pkg.go.dev
# README
codeq
go code quality
Goal: collect source code of top Go GitHub projects and analyze their code quality.
- Use GitHub API for get the list of top Go projects.
- Clone repositories.
- Analyzing code. Use tools like gofmt, golint, go vet, gocritic, staticheck and etc.