Skip to content

Commit fc727ab

Browse files
committed
fix: exclude vsmarketplacebadges.dev from lychee link checks
Badge SVG endpoints are prone to transient 500 errors that cause false positive link checker failures. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent a873fa1 commit fc727ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ exclude = [
1616
"https://marketplace.visualstudio.com/items\\?itemName=patchloom\\.patchloom",
1717
"https://open-vsx.org/extension/patchloom/patchloom",
1818
"https://github.com/patchloom/patchloom-vscode/compare/patchloom-v",
19+
# Badge SVG endpoints are unreliable for link checking (transient 500s)
20+
"https://vsmarketplacebadges\\.dev/",
1921
]

0 commit comments

Comments
 (0)