Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 286 Bytes

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.