build-cran-binaries/.markdownlint-cli2.yaml
pat-s e802124ec3
chore(patches): untrack SDD scratch, exclude design docs from markdownlint, fix README table
Remove the accidentally-committed .superpowers/ scratch (briefs/reports) and
gitignore it.
Exclude specs/ and plans/ design docs from markdownlint (like the existing
docs/superpowers/** exclusion).
Pad the registry README table separator so it satisfies MD060.
2026-06-30 09:58:04 +02:00

7 lines
223 B
YAML

# Rules live in .markdownlint.yaml; this file only sets cli2 options.
ignores:
- LICENSE.md
- docs/superpowers/**
# Internal design docs (specs/plans) are not user-facing reference material.
- specs/**
- plans/**