Skip to content

Commit 21be0e4

Browse files
authored
Merge pull request #80 from PMDevSolutions/16-add-ci-matrix-testing-for-nodejs-20-and-22
fix: exclude all contributor-covenant.org URLs from link checker
2 parents 6a37399 + a997645 commit 21be0e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ exclude = [
2727
"https://www.patreon.com/.*",
2828
# Shield badge images (always valid if the URL format is correct)
2929
"https://img.shields.io/.*",
30-
# Contributor Covenant version-specific URLs may redirect
31-
"https://www.contributor-covenant.org/version/.*",
30+
# Contributor Covenant — blocks/resets automated requests
31+
"https://www.contributor-covenant.org/.*",
3232
# Example/placeholder URLs
3333
"https://example.com.*"
3434
]

0 commit comments

Comments
 (0)