Skip to content

style: align Markdown tables to table-column-style (MD060)#14

Merged
cplieger merged 1 commit into
mainfrom
style/md060-tables
Jun 19, 2026
Merged

style: align Markdown tables to table-column-style (MD060)#14
cplieger merged 1 commit into
mainfrom
style/md060-tables

Conversation

@cplieger

Copy link
Copy Markdown
Owner

Summary

markdownlint v0.40.0 (pulled in via the cplieger/ci digest bump) enabled
MD060/table-column-style. The tables in CONTRIBUTING.md and GOVERNANCE.md
had space-padded header/data rows but compact delimiter rows (|---|---|),
which MD060 flags as inconsistent. This pads the delimiter rows to match:

  • CONTRIBUTING.md: |---|---| -> | --- | --- |
  • GOVERNANCE.md: |---|---|---| -> | --- | --- | --- |

The rule is kept enabled.

Testing

Ran the exact CI toolchain locally (markdownlint-cli2 v0.22.1 /
markdownlint v0.40.0) with the CI config: 10 errors -> 0 across all 10
markdown files.

Why

This unblocks the recurring renovate/cplieger-ci-digest PR, whose CI was
failing hourly solely on these two MD060 violations.

@cplieger cplieger merged commit b85779c into main Jun 19, 2026
10 checks passed
@cplieger cplieger deleted the style/md060-tables branch June 19, 2026 07:47
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.

1 participant