From 11817fbf2847196dc398562f31db93df12f10dbc Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 8 Oct 2024 11:34:06 +0100 Subject: [PATCH] Add lychee exception --- .lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lychee.toml b/.lychee.toml index 7902f32ad0..2265ab5386 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -90,6 +90,7 @@ glob_ignore_case = false # Exclude URLs and mail addresses from checking (supports regex). # exclude = [ '.*\.github.com\.*' ] exclude = [ + 'code\.visualstudio\.com', # 403 'doi\.org', # 403 'entra.microsoft\.com', # Requires authentication (403) 'example\.org', # domain used for examples only