rrrene/credo
A static code analysis tool for the Elixir language with a focus on code consistency and teaching. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- 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: 37
- age_days: 3993
- days_rel: 89
- days_push: 7
- n_releases_24m: 12
Adoption not part of the score
5212 stars · 452 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Credo is a static code analysis tool for the Elixir language with a focus on code consistency and teaching. It highlights refactoring opportunities, complexity, common mistakes, naming inconsistencies, and helps enforce a desired coding style.
Use cases
- lint elixir code for style and consistency
- find refactoring opportunities in my elixir project
- detect complex code fragments in elixir
- enforce a coding style across an elixir codebase
- run static analysis in CI for elixir
- warn about common elixir mistakes
When to choose
- you maintain an Elixir codebase and want consistent, readable code
- you want editor or CI integration for Elixir linting
- you want a linter that explains issues and teaches best practices
When to avoid
- your project is not written in Elixir
- you need dynamic/runtime bug detection rather than static analysis
- you need type checking (use Dialyzer instead)
Facets
cli-tool · maturity stable
linter static-site-generator developer-tools developer-tools programming-languages testing cli cross-platform elixir static-analysis code-consistency code-review mix
2 sources
- readme: https://github.com/rrrene/credo · fetched 2026-08-28 · b095f509a308
- homepage: http://credo-ci.org/ · fetched 2026-08-29 · 3c88d1d0fbc4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rrrene/credo | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem