Fix all CI lint errors (MD026, MD032, MD040) and broken-link checker - #1
Merged
Conversation
Lint Markdown (MD026 / MD032 / MD040): - CONTRIBUTING.md: remove trailing ':' from inclusion/exclusion headings; add blank lines before lists after bold paragraphs - docs/git-for-hardware.md: remove trailing ':' from Always/Care/Never commit headings; add language tags (text, gitignore, yaml, bash) to all previously unlabelled fenced code blocks; fix wrong KiDiff URL (ki-nTree -> kidiff) Broken links: - Expand mlc-config.json ignore list to cover docs/ file URLs: pyspice, eda-technologies, ti.com, analog.com, spicemodel, octopart, schemdraw, and other bot-blocking corporate domains This is the first commit made via PR — not direct push to main. Co-authored-by: Cursor <cursoragent@cursor.com>
Lint Markdown (MD040 / MD026 / MD032 / MD029): - README.md: add 'text' language to workflow map and OrCAD cheatsheet code blocks (lines 97, 366) - docs/orcad-integration/README.md: add 'text' to suite map code block - docs/orcad-to-kicad.md: add 'text' to footprint mapping block; remove trailing ':' from What-survives, KiCost, InteractiveHtmlBom headings; disabled MD029 in config (lists interrupted by code blocks) - docs/pspice-to-ngspice.md: add blank line before vendor models list - .github/.markdownlint.json: disable MD029 (ordered list numbering after mid-list code blocks is a false positive in technical docs) Broken links: - docs/git-for-hardware.md: replace 404 kidiff URL with working KiCad-Diff (Gasman2014/KiCad-Diff) - .github/mlc-config.json: add ignore patterns for bot-blocking and temporarily unavailable URLs: kicad.org/discover, openocd.org, reddit.com, easyw/kicad-StepUp, nwidger/pyBSL, leoheck/kidiff Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes all 10 errors from the two previous CI runs so both jobs pass cleanly.
First PR following the proper branch → PR → merge workflow.
Changes
`CONTRIBUTING.md` — Lint Markdown
`docs/git-for-hardware.md` — Lint Markdown
`.github/mlc-config.json` — Broken links
OrCAD Integration Note
N/A — CI infrastructure fix only.