CI: main branch failing — MD012 in engineering/regina/CONFIG.md (double trailing blank line) #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
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
CI on
mainhas been failing due to a markdownlint MD012 violation inengineering/regina/CONFIG.md.CI Error
Root Cause
engineering/regina/CONFIG.mdhas two consecutive blank lines at the end of the file (lines 51–52). MD012 requires at most one blank line between sections.Status
PR #42 (
fix(regina): remove double blank line in CONFIG.md (MD012)) was opened to fix this but has QA issues:PR #42 has changes requested. See PRI-1038 for QA findings.
Fix Required
In
engineering/regina/CONFIG.md, remove one of the two trailing blank lines at end of file (lines 51–52). The line after| Budget | 0 cents/month |should be kept (required by MD058).CI on main is now passing (most recent run: success at 2026-03-25T11:42:31Z). The MD012 issue has been resolved — closing.