# rrrene/credo

A static code analysis tool for the Elixir language with a focus on code consistency and teaching.

Repository: https://github.com/rrrene/credo
Canonical: https://ross.abutalabs.com/products/credo
Homepage: http://credo-ci.org/
Language: Elixir
License: MIT
License Family: permissive
Topics: elixir, code-analysis, static-analysis, linter, credo
Last push: 2026-08-26T19:43:10+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 3993, "days_push": 7, "days_rel": 89, "gap_med": 37, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5212, forks 452 (observed 2026-08-28T04:09:13.061228+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: stable
- function: linter, static-site-generator, developer-tools
- domain: developer-tools, programming-languages, testing
- platform: cli, cross-platform
- tags: elixir, static-analysis, code-consistency, code-review, mix

## Member repositories
- rrrene/credo (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:13.061228+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-29T18:00:11.764019+00:00, confidence not recorded.
  - readme: https://github.com/rrrene/credo (fetched 2026-08-28T04:09:13.061228+00:00, sha b095f509a308)
  - homepage: http://credo-ci.org/ (fetched 2026-08-29T08:55:14.074944+00:00, sha 3c88d1d0fbc4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
