cpplint/cpplint
Linter for C++ based on Google's style guide observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 97
- Release rhythm 16
- Longevity 100
Flags: no_license
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: 91.0
- age_days: 3929
- days_rel: 513
- days_push: 19
- n_releases_24m: 3
Adoption not part of the score
1846 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cpplint is a command-line static code checker that checks C/C++ files for style issues according to Google's C++ style guide. It is a community-maintained fork of Google's original cpplint, updated for modern C++ and Python 3.
Use cases
- lint C++ code against Google's style guide
- enforce consistent C++ style in CI pipelines
- run a C++ style checker as a pre-commit hook
- check C++ files for style violations from the command line
- integrate Google style linting into MegaLinter
When to choose
- your team follows or approximates Google's C++ style guide
- you want a lightweight, pip-installable C++ style checker
- you need pre-commit or CI integration for C++ style enforcement
When to avoid
- you need a full static analysis tool for bugs, not just style (use clang-tidy)
- you follow a different C++ style guide with substantially different rules
- you need highly configurable custom lint rules
Facets
cli-tool · maturity active
linter cli developer-tools developer-tools programming-languages cli python cross-platform cpp google-style-guide static-analysis pre-commit code-style command-line
2 sources
- readme: https://github.com/cpplint/cpplint · fetched 2026-08-28 · 801b0b563b10
- registry_pypi: https://pypi.org/pypi/cpplint/json · fetched 2026-08-29 · 7f3fe0125ef8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cpplint/cpplint | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem