From 7f806a339b92c7a4c02a0ea6aa69f32397306daf Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Thu, 7 Mar 2024 17:33:58 -0700 Subject: [PATCH] added .lychee.toml for lychee exclude links --- .lychee.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .lychee.toml diff --git a/.lychee.toml b/.lychee.toml new file mode 100644 index 0000000..215956d --- /dev/null +++ b/.lychee.toml @@ -0,0 +1,12 @@ +# This configuration file is used by the Lychee link checker to manage settings, including the exclusion of specific directories and files from being checked. +# Directories and file paths to be excluded are specified under the 'exclude' setting, utilizing glob patterns for matching. This allows for more precise control over the scope of the link checking process. +# Reference: https://github.com/lycheeverse/lychee?tab=readme-ov-file#ignoring-links + +# NOTE: For URL and URL pattern exclusions, please use ".lycheeignore" + +# Add specific exclusions below that have been erroneously flagged + +exclude = [ + 'file:///Users/knox/Repos/waveterm-docs/reference/slashcommands#remote-parse', + 'file:///Users/knox/Repos/waveterm-docs/features/sshconfig-imports' +]