route-lint · git:20260904.1b802e3 · 2026-09-04 · sha256 61092b431b9c851e

route-lint git:20260904.1b802e3A

Immutable. This exact content is served forever at /api/v1/blob/61092b431b9c851e.

---
name: route-lint
description: Use when a route definition fails validation, to find which stop sequence broke the shape and what the last valid sequence was.
---

# Route lint

Explain why one route definition failed validation.

## Steps

1. Run `./bin/routeboard route lint --route "$ROUTE_ID"`.
2. Read the failing stop sequence from the command's output.
3. Compare it against the last accepted sequence in `data/routes.json`.

Report the failing stop, the rule it broke, and the last sequence that
passed.