mpeterv/luacheck
A tool for linting and static analysis of Lua code. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4559
- days_rel: n/a
- days_push: 1354
- n_releases_24m: 0
Adoption not part of the score
2047 stars · 336 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Luacheck is a linter and static analyzer for Lua code, detecting issues like undefined globals, unused variables, and unreachable code. It is written in Lua, supports Lua 5.1-5.3 and LuaJIT syntax, and offers extensive configuration via CLI flags, config files, and inline comments.
Use cases
- lint lua code for unused variables
- detect undefined global variables in lua project
- static analysis of lua 5.3 codebase
- check luajit scripts for unreachable code
- configure custom globals for lua project linting
- run lua linter in ci pipeline
When to choose
- you maintain a Lua or LuaJIT codebase and want automated code quality checks
- you need configurable linting with project-specific globals and warning filters
- you want a lightweight CLI linter installable via LuaRocks
When to avoid
- you need linting for languages other than Lua
- you require an actively developed tool with frequent updates
- you need an IDE-integrated formatter rather than a standalone linter
Facets
cli-tool · maturity maintenance
linter parser developer-tools programming-languages developer-tools testing cli cross-platform lua static-analysis lua code-quality luarocks command-line
1 source
- readme: https://github.com/mpeterv/luacheck · fetched 2026-08-28 · d094ce67060e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mpeterv/luacheck | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="mpeterv/luacheck")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem