Skip to content

Commit ddf524e

Browse files
committed
ci: add markdownlint config — raise MD013 line-length to 160
Phase 8 README rewrite introduced prose lines up to ~153 chars. Default MD013 80-char limit caused new CI failure. Raises limit to 160 to restore green CI without altering README. Closes CSEC-01 gap (VERIFICATION.md 2026-05-27)
1 parent f92f004 commit ddf524e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"default": true,
3+
"MD013": {
4+
"line_length": 160,
5+
"heading_line_length": 120,
6+
"code_block_line_length": 160,
7+
"tables": false
8+
}
9+
}

0 commit comments

Comments
 (0)