# jonase/eastwood

Clojure lint tool

Repository: https://github.com/jonase/eastwood
Canonical: https://ross.abutalabs.com/products/eastwood
Language: Clojure
License Family: other
Last push: 2024-07-10T21:23:02+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5353, "days_push": 784, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1083, forks 64 (observed 2026-08-28T04:03:31.276943+00:00)

## What it is
Eastwood is a lint tool for JVM Clojure that inspects namespaces and reports possible bugs. It uses tools.analyzer.jvm for compiler-accurate analysis and runs via Leiningen, deps.edn, or a REPL.

## Use cases
- lint clojure code for bugs
- run static analysis in CI for clojure projects
- find false-positive-free clojure lint warnings
- check clojure namespaces for problems
- integrate a linter into leiningen or deps.edn builds

## When to choose
- you write JVM Clojure (>= 1.7) and want accurate, compiler-grade linting focused on bug detection
- you want to lint across a matrix of JDK and Clojure versions in CI

## When to avoid
- you use ClojureScript or Clojure/CLR, which are unsupported
- you need an editor-integrated linter with low latency, since Eastwood's evaluation-based analysis is slower

## Facets
- artifact type: cli-tool
- maturity: active
- function: linter, static-site-generator, developer-tools
- domain: developer-tools, programming-languages, testing
- platform: jvm, cli, cross-platform
- tags: clojure, linting, code-quality, ci, static-analysis

## Member repositories
- jonase/eastwood (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.276943+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-30T06:51:11.212538+00:00, confidence not recorded.
  - readme: https://github.com/jonase/eastwood (fetched 2026-08-28T04:03:31.276943+00:00, sha f53304e15e84)
- Data as of 2026-08-30T08:39:29.467469+00:00.
