Skip to content

Commit c8ac8a8

Browse files
committed
ci: exclude release compare URLs from link checker
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 1cdbfe2 commit c8ac8a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ timeout = 30
1010
# Max concurrent requests
1111
max_concurrency = 4
1212

13-
# Exclude store URLs that return 404 until first publish
13+
# Exclude URLs that return 404 until first publish.
14+
# Remove these exclusions after the first successful release.
1415
exclude = [
1516
"https://marketplace.visualstudio.com/items\\?itemName=patchloom\\.patchloom",
1617
"https://open-vsx.org/extension/patchloom/patchloom",
18+
"https://github.com/patchloom/patchloom-vscode/compare/patchloom-v",
1719
]

0 commit comments

Comments
 (0)