Skip to content

Commit 2c1a6bc

Browse files
tobixenclaude
andcommitted
fix: exclude gnu.org and fsf.org from link checking
These domains rate-limit GitHub Actions CI runners (returning 429), causing spurious link check failures. They are well-known stable URLs that don't need verification. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d72fd60 commit 2c1a6bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# gnu.org and fsf.org rate-limit CI runners (returns 429), but these are
2+
# well-known stable URLs that don't need verification.
3+
https://www\.gnu\.org/licenses/.*
4+
https://fsf\.org/

0 commit comments

Comments
 (0)