checkmake/checkmake
Linter/analyzer for Makefiles observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 3662
- days_rel: 235
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
1212 stars · 52 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
checkmake is a linter and analyzer for Makefiles written in Go. It scans Makefiles for potential issues based on configurable rules and reports violations with file and line details.
Use cases
- lint my Makefiles for bad practices
- check that phony targets are declared in a Makefile
- enforce required targets like all and test in Makefiles
- run Makefile checks in CI
- analyze multiple Makefiles in a repository
- output Makefile lint results as JSON for tooling
When to choose
- you maintain projects with GNU Make build files and want automated style/correctness checks
- you want a fast, standalone CLI linter for Makefiles with configurable rules
- you need JSON output to integrate Makefile linting into CI pipelines
When to avoid
- you use build systems other than Make (CMake, Bazel, Ninja)
- you need a formatter that rewrites Makefiles rather than reporting issues
- you rely on very recent or exotic Makefile syntax the parser may not support
Facets
cli-tool · maturity active
linter parser cli developer-tools developer-tools windows cli cross-platform makefile linting static-analysis build-systems go command-line automation build-tools linux macos
1 source
- readme: https://github.com/checkmake/checkmake · fetched 2026-08-28 · f544bc5923c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| checkmake/checkmake | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="checkmake/checkmake")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem