gojp/goreportcard
A report card for your Go application observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 86
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4234
- days_rel: n/a
- days_push: 89
- n_releases_24m: 0
Adoption not part of the score
2171 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Go Report Card is a web application and CLI that grades the quality of Go projects using checks like gofmt, go vet, golint, and gocyclo, producing a letter-grade report and badge. The hosted service has been sunset (servers shut down July 2026) and the repository is archived, though the code remains available for self-hosting.
Use cases
- grade code quality of a go project
- add a go report card badge to my readme
- run go lint and go vet checks locally
- self-host a go code quality report service
- check cyclomatic complexity of go code
- measure gofmt compliance across a repository
When to choose
- you want to self-host a Go code quality grading service
- you need a letter-grade summary of gofmt, vet, lint, and gocyclo results
- you want a historical archived tool for reference
When to avoid
- you want an actively maintained Go linter - use golangci-lint instead
- you rely on the hosted goreportcard.com site or badges, which shut down July 2026
- you need CI-integrated linting with configurable rules
Facets
application · maturity abandoned
linter code-review developer-tools web-framework developer-tools web-development programming-languages testing go cli self-hosted code-quality static-analysis go-lint report-card sunset self-hostable web-server
2 sources
- readme: https://github.com/gojp/goreportcard · fetched 2026-08-28 · d1c903ae0c5b
- homepage: https://goreportcard.com · fetched 2026-08-29 · 1481c400532a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gojp/goreportcard | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="gojp/goreportcard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem