# qax-os/goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

Repository: https://github.com/qax-os/goreporter
Canonical: https://ross.abutalabs.com/products/goreporter
Language: Go
License: Apache-2.0
License Family: permissive
Topics: codereview, reporter, golang, golang-tools, test, staticcheck, linter, unit-testing, static-analysis, unit-test, examination, quality-report
Last push: 2018-10-27T22:30:57+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3446, "days_push": 2867, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3120, forks 260 (observed 2026-08-28T04:07:44.271818+00:00)

## What it is
goreporter is a Go CLI tool that concurrently runs a suite of linters (gofmt, govet, golint, staticcheck, errcheck, gocyclo, etc.) plus unit test analysis and normalizes their output into a consolidated code quality report. It aggregates static analysis, complexity metrics, dead code detection, and dependency graphing into a single HTML-style report.

## Use cases
- generate a code quality report for a Go project
- run multiple Go linters at once and merge results
- measure cyclomatic complexity of Go functions
- find dead code and unused variables in a Go codebase
- check unit test coverage status for Go packages
- audit Go code quality in CI

## When to choose
- you want one aggregated quality report instead of running many Go linters separately
- you need a quick overall health check of a legacy Go codebase

## When to avoid
- you need actively maintained tooling - the latest release is from 2018 and many bundled linters are deprecated
- you lint non-Go languages
- you prefer modern alternatives like golangci-lint

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: linter, testing, code-review, static-site-generator, developer-tools
- domain: developer-tools, testing, programming-languages
- platform: go, cli, windows
- tags: static-analysis, code-quality, golang-linters, quality-report, cyclomatic-complexity, linux, macos

## Member repositories
- qax-os/goreporter (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:44.271818+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:37.379286+00:00, confidence not recorded.
  - readme: https://github.com/qax-os/goreporter (fetched 2026-08-28T04:07:44.271818+00:00, sha cdbaec3e6755)
- Data as of 2026-08-30T08:39:29.467469+00:00.
