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.59%. Comparing base (740daac) to head (28bbb9e).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #9651    +/-   ##
========================================
  Coverage   82.59%   82.59%            
========================================
  Files         622      622            
  Lines       36580    36580            
  Branches     3279     3334    +55     
========================================
  Hits        30213    30213            
+ Misses       6217     5984   -233     
- Partials      150      383   +233     

☔ 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 from c569881 to 6dc8e7d Compare June 29, 2026 17:34
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 6dc8e7d to 28bbb9e Compare July 3, 2026 23:45
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