wartremover/wartremover
Flexible Scala code linting tool observed · 2026-09-01
Health v2 · maintenance only
68/100
- Activity 100
- 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: 4988
- days_rel: n/a
- days_push: 2
- n_releases_24m: 0
Adoption not part of the score
1104 stars · 116 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WartRemover is a flexible Scala code linting tool implemented as a compiler plugin, with an sbt plugin for easy integration. It flags unsafe or error-prone Scala language features (like null, var, Any) via configurable 'warts' that can be errors, warnings, or suppressed.
Use cases
- lint scala code for unsafe constructs like null and var
- enforce coding standards in a scala build
- ban error-prone scala features at compile time
- write custom lint rules for scala
- integrate static analysis into sbt builds
When to choose
- you want compile-time enforcement of safe Scala practices
- you use sbt and want a pluggable linter with configurable rules
- you need custom lint rules via macros or compiler plugin API
When to avoid
- you need a general-purpose formatter rather than a linter
- your project is not on the JVM or not written in Scala
- you want IDE-only inspections without build integration
Facets
library · maturity active
linter compiler developer-tools developer-tools programming-languages testing jvm cli scala compiler-plugin static-analysis sbt-plugin code-quality
3 sources
- readme: https://github.com/wartremover/wartremover · fetched 2026-09-01 · 99b6efacf936
- homepage: https://www.wartremover.org/ · fetched 2026-08-29 · 6bde05ad31ba
- site_page: https://www.wartremover.org/doc/install-setup.html · fetched 2026-08-29 · 9c5225f654c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wartremover/wartremover | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="wartremover/wartremover")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem