fix: add markdownlint config to resolve CI failures (PRI-589) #16
Reference in New Issue
Block a user
Delete Branch "gandalf/pri-589-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.markdownlint-cli2.jsoncconfig with 18 rule disables.markdownlintignoreWhat this fixes
Original PR #9 included out-of-scope changes (tar/undici dependency removal, workflow edits). This clean PR contains only the markdownlint files needed to resolve the CI failures.
Testing
npx markdownlint-cli2 '*.md' '.claude/**/*.md' 'docs/**/*.md' --config .markdownlint-cli2.jsoncexits 0 with 0 errors across 2.mdfilescc @cpfarhood