Commit bf0a3e4
committed
fix: revert regression -- restore working markdownlint ignores config
A later commit on this branch (1ccca81, applying orama PR #320 review
4837623699) replaced the working ignores-based MD013 exemption with the
overrides/filter/combine schema already proven this session not to work
against CI's actually-pinned markdownlint-cli2 v0.17.2 -- reintroducing
the exact CI failure that had already been diagnosed and fixed.
Restored the ignores-based config, verified against the exact CI-pinned
tool version (markdownlint-cli2 v0.17.2, not the newer local default):
SKILL.md, docs/LESSONS.md, and .agent/memory/semantic/DECISIONS.md all
correctly exempted, 0 issues.
29/29 tests pass. Hygiene clean.1 parent 1ba754e commit bf0a3e4
1 file changed
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
26 | 18 | | |
27 | 19 | | |
0 commit comments