Skip to content

Commit ec34d42

Browse files
committed
MDS060: declare markdownlint frontmatter rules
The rule-readme schema (internal/rules/proto.md) now requires each README to list the markdownlint rule(s) it covers, so MDS020 can validate the coverage matrix from front matter instead of free-form prose. https://claude.ai/code/session_012X1wVbY7u9DNMpGRhNurzT
1 parent dc2f8cc commit ec34d42

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • internal/rules/MDS060-table-structure

internal/rules/MDS060-table-structure/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ description: >-
99
nature: style
1010
category: table
1111
maintainability: null
12+
markdownlint:
13+
- id: MD055
14+
name: table-pipe-style
15+
- id: MD056
16+
name: table-column-count
17+
- id: MD058
18+
name: blanks-around-tables
1219
---
1320
# MDS060: table-structure
1421

0 commit comments

Comments
 (0)