Repolinter alternative

Repolinter, the TODO Group's tool for OSS-baseline checks (LICENSE present, README has the right sections, CONTRIBUTING / SECURITY / CODE_OF_CONDUCT in place, and so on), was archived in February 2026. Its last release predates the archive by over a year. alint is the language-agnostic, actively-maintained replacement, and its rule catalogue is a strict superset of Repolinter's.

What you get out of the box

The bundled oss-baseline@v1 ruleset (15 rules) maps Repolinter's file-presence and content-shape axioms 1:1: LICENSE, README sections, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, support contact, issue / PR templates, the lot. Drop into your .alint.yml:

extends:
  - alint://bundled/oss-baseline@v1

…and you're at parity with Repolinter's default config. Most users were running roughly that anyway. See the oss-baseline ruleset docs for the rule-by-rule breakdown.

What you gain by switching

For the full feature delta against Repolinter (and ls-lint, Megalinter, EditorConfig, custom shell), see the compare page.

How to migrate

The step-by-step migration guide walks all 24 Repolinter axioms with side-by-side YAML. Most map directly; a handful need a small .alint.yml rewrite, and the guide flags every one. Real migrations from production OSS repos are written up in the case-study gallery.

Ready to switch? Install the binary, then follow the migration guide.