Skip to content

Commit 71e104d

Browse files
authored
Merge pull request #126 from sympoies/feat/replace-markdown-lint-with-rumdl
Replace markdownlint-cli2 with rumdl
2 parents f4519c4 + b259f85 commit 71e104d

14 files changed

+245
-731
lines changed

.markdownlint-cli2.jsonc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.rumdl.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[MD013]
2+
line-length = 140
3+
code-blocks = false
4+
headings = false
5+
tables = false
6+
7+
[per-file-ignores]
8+
"crates/workflow-readme-cli/tests/fixtures/codex-cli-readme.md" = ["MD057"]
9+
"crates/workflow-readme-cli/tests/fixtures/expected/codex-cli-readme-alfred.md" = ["MD057"]

BINARY_DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document lists required local tools for development, linting, testing, and
1818
- Workflow SVG asset conversion: `image-processing` (required when regenerating SVG-based workflow assets)
1919
- Shell tooling: `shellcheck`, `shfmt`
2020
- Node runtime: `node`, `npm`
21-
- Node dependency: `playwright` package (managed via root `package.json`)
21+
- Node dependencies: `playwright` and `rumdl` packages (managed via root `package.json`)
2222
- SHA-256 provider (at least one): `shasum` or `sha256sum` or `openssl`
2323
- Packaging/runtime helpers: `zip`, `unzip`, `open` (macOS install/runtime), `xdg-open` (Linux CI/local smoke
2424
compatibility)

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use this file for day-to-day development, quality gates, and local validation fl
4242
- Format fix: `cargo fmt --all`
4343
- Lint: `cargo clippy --workspace --all-targets -- -D warnings`
4444
- CLI standards audit: `scripts/cli-standards-audit.sh`
45-
- Markdown lint audit: `bash scripts/ci/markdownlint-audit.sh --strict`
45+
- Markdown lint audit (`rumdl`): `bash scripts/ci/markdownlint-audit.sh --strict`
4646
- Full lint entrypoint (includes `cli-standards-audit`, `docs-placement-audit`, and `markdownlint-audit`):
4747
`scripts/workflow-lint.sh`
4848
- Shared foundation audit (also included in full lint entrypoint):

THIRD_PARTY_LICENSES.md

Lines changed: 22 additions & 84 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)