Skip to content

Commit db240d6

Browse files
authored
ci: exclude Microsoft Store & VS Code links from lychee link check (#1645)
Adds targeted path excludes to .lychee.toml for apps.microsoft.com/store/detail/ and code.visualstudio.com root, which return 403 to the link-checker bot. Narrowed from host-wide per review feedback. Build & Verify (link check) green.
1 parent eb79392 commit db240d6

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
@@ -29,4 +29,6 @@ exclude = [
2929
"https://sc22\\.supercomputing\\.org", # Returns 415 to automated requests
3030
"https://strawberryperl\\.com", # Frequently times out
3131
"https://www\\.olcf\\.ornl\\.gov/summit", # Returns 503 to automated requests
32+
"https://apps\\.microsoft\\.com/store/detail/", # Microsoft Store detail pages return 403 to automated requests
33+
"https://code\\.visualstudio\\.com/?$", # Root page returns 403 to automated requests
3234
]

0 commit comments

Comments
 (0)