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.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. 🚀 New features to boost your workflow:
|
Archaeopteryx
approved these changes
Jun 29, 2026
Collaborator
|
Please rebase. |
camd
force-pushed
the
camd/markdownlint-cli-0.49
branch
2 times, most recently
from
July 3, 2026 23:45
6dc8e7d to
28bbb9e
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.
camd
force-pushed
the
camd/markdownlint-cli-0.49
branch
from
July 18, 2026 17:21
28bbb9e to
41b86e2
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.