Skip to content

Commit 6ad2180

Browse files
Copilotjcstein
andauthored
fix: exclude broken links returning 500 status codes from link checking (#2270)
* Initial plan * Add broken links to lychee exclusion list Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
1 parent db7ab2d commit 6ad2180

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lychee.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,13 @@ exclude = [
4949
'\%7B.*\%7D',
5050
# QubeLabs snapshot service appears to be unavailable
5151
"https://snaps.qubelabs.io/*",
52+
# Links with 500 status code issues - added per issue request
53+
"http://meetup.com/",
54+
"https://meetup.com/",
55+
"https://geth.ethereum.org/docs/tools/abigen",
56+
"https://medium.com/aztec-protocol/aztec-announcing-our-ignition-ceremony-757850264cfe",
57+
"https://app.blockworksresearch.com/*",
58+
"https://celestiadata.com/",
59+
"https://community.optimism.io/docs/governance/allocations/#token-distribution-details",
60+
"https://testnet.keplr.app/chains/celestia-mocha-testnet",
5261
]

0 commit comments

Comments
 (0)