jonase/eastwood
Clojure lint tool observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: n/a
- age_days: 5353
- days_rel: n/a
- days_push: 784
- n_releases_24m: 0
Adoption not part of the score
1083 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity active
linter static-site-generator developer-tools developer-tools programming-languages testing jvm cli cross-platform clojure linting code-quality ci static-analysis
1 source
- readme: https://github.com/jonase/eastwood · fetched 2026-08-28 · f53304e15e84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jonase/eastwood | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem