-
-
Notifications
You must be signed in to change notification settings - Fork 637
Closed
Description
Problem
Several URLs in PROJECTS.md are causing link checker failures due to SSL certificate issues and network errors. These are external sites we have no control over.
Sites to exclude
Add to .lychee.toml exclude list:
# SSL certificate issues in PROJECTS.md
'^https://(www\.)?blinkinc\.com', # Expired SSL certificate
'^https://(www\.)?localwise\.com', # SSL verification failed
'^https://(www\.)?mycfsapp\.com', # SSL hostname mismatch
'^https://(www\.)?scoutapp\.com', # SSL hostname mismatchNote
- These are legitimate sites that users may have working links to
- We're excluding them because we can't control their SSL certificate status
- They cause CI failures but are not actual dead links from our perspective
Related
- PR Migrate from markdown-link-check to lychee #2219 (lychee link checker migration)
- PR Fix outdated paths after monorepo restructuring #2216 (current CI failures showing these errors)
🤖 Generated with Claude Code
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels