chore: upgrade markdownlint-cli to 0.49.0 + fix new rule violations#9651
Open
camd wants to merge 1 commit into
Open
chore: upgrade markdownlint-cli to 0.49.0 + fix new rule violations#9651camd wants to merge 1 commit into
camd wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Archaeopteryx
approved these changes
Jun 29, 2026
Collaborator
|
Please rebase. |
c569881 to
6dc8e7d
Compare
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.
6dc8e7d to
28bbb9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades
markdownlint-cli0.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
[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)docs/accessibility.md.Also normalized two stray non-breaking spaces in
README.md.Verification
pnpm markdownlintpasses 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.