Skip to content

Fix mdox link validation CI failure for medium.com 403 responses - #819

Merged
johanbrandhorst merged 2 commits into
mainfrom
copilot/remove-linting-condition-error
Mar 24, 2026
Merged

Fix mdox link validation CI failure for medium.com 403 responses#819
johanbrandhorst merged 2 commits into
mainfrom
copilot/remove-linting-condition-error

Conversation

Copilot AI commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

The lint CI job was failing because mdox link validation was hitting medium.com in README.md and receiving HTTP 403 (Forbidden), which mdox treats as a hard error.

Changes

  • .mdox.validate.yaml — New mdox link validation config that marks medium.com URLs as ignore, bypassing validation for links that block automated HTTP clients.
  • Makefile — Defines MDOX_VALIDATE_CONFIG ?= .mdox.validate.yaml so the variable referenced in the docs/check-docs targets is actually set.
version: 1

validators:
  - regex: 'medium\.com'
    type: 'ignore'

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Remove inaccessible URL linting condition Fix mdox link validation CI failure for medium.com 403 responses Mar 24, 2026
Copilot AI requested a review from johanbrandhorst March 24, 2026 15:51
@johanbrandhorst
johanbrandhorst marked this pull request as ready for review March 24, 2026 15:51
@johanbrandhorst
johanbrandhorst enabled auto-merge (squash) March 24, 2026 15:52
@johanbrandhorst
johanbrandhorst merged commit fd4eab5 into main Mar 24, 2026
5 checks passed
@johanbrandhorst
johanbrandhorst deleted the copilot/remove-linting-condition-error branch March 24, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants