Skip to content

chore: upgrade markdownlint-cli to 0.49.0 + fix new rule violations#9651

Open
camd wants to merge 1 commit into
masterfrom
camd/markdownlint-cli-0.49
Open

chore: upgrade markdownlint-cli to 0.49.0 + fix new rule violations#9651
camd wants to merge 1 commit into
masterfrom
camd/markdownlint-cli-0.49

Conversation

@camd

@camd camd commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

Upgrades markdownlint-cli 0.43.0 → 0.49.0 (the bump pulled out of #9650 because it adds new rules that fail CI on pre-existing docs).

New rules enabled & fixes

  • MD059 (descriptive-link-text) — replaced non-descriptive [here] link text with descriptive text in:
    • README.md (5 links)
    • docs/accessing_data.md (2 reference-style links → "stage replica CA certificate" / "prototype CA certificate")
    • docs/infrastructure/data_ingestion.md (1 link)
  • MD060 (table-column-style) — aligned the Bootstrap→Treeherder color-mapping table in docs/accessibility.md.

Also normalized two stray non-breaking spaces in README.md.

Verification

pnpm markdownlint passes clean (CI command: markdownlint -c .markdownlint.json -p .markdownlintignore .).

Why separate from #9650

#9650 is the "safe" patch/minor bundle. This is a linter upgrade that enforces new rules and requires doc edits — a different concern, so it gets its own PR.

@camd camd self-assigned this Jun 27, 2026
@camd
camd requested a review from Archaeopteryx June 27, 2026 18:37
@codecov-commenter

codecov-commenter commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.66%. Comparing base (6a820e6) to head (41b86e2).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9651   +/-   ##
=======================================
  Coverage   82.66%   82.66%           
=======================================
  Files         626      626           
  Lines       36753    36753           
  Branches     3348     3348           
=======================================
  Hits        30383    30383           
  Misses       5988     5988           
  Partials      382      382           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Archaeopteryx

Copy link
Copy Markdown
Collaborator

Please rebase.

@camd
camd force-pushed the camd/markdownlint-cli-0.49 branch 2 times, most recently from 6dc8e7d to 28bbb9e Compare July 3, 2026 23:45
markdownlint-cli 0.49.0 enables two new rules that flagged pre-existing
docs:

- MD059 (descriptive-link-text): replaced non-descriptive '[here]' link
  text in README.md, docs/accessing_data.md, and
  docs/infrastructure/data_ingestion.md with descriptive text.
- MD060 (table-column-style): aligned the color-mapping table in
  docs/accessibility.md.

Also normalized two non-breaking spaces in README.md.

Verified: pnpm markdownlint passes.
@camd
camd force-pushed the camd/markdownlint-cli-0.49 branch from 28bbb9e to 41b86e2 Compare July 18, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants