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. Its 42-entry migration matrix maps 30 of Repolinter's defaults fully, 8 partially, and 4 without a clean equivalent, and it adds cross-file, filename, and structured-config rules Repolinter never had.

What you get out of the box

The bundled oss-baseline@v1 ruleset (15 rules) covers Repolinter's core file-presence and content-shape checks: LICENSE, README sections, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, support contact, and issue / PR templates. Drop it 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.