Categorygithub.com/uchitsa/codeq
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.

  1. Use GitHub API for get the list of top Go projects.
  2. Clone repositories.
  3. Analyzing code. Use tools like gofmt, golint, go vet, gocritic, staticheck and etc.