From 1015cba4895f3d32d85e32be8a809af6eea83672 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 24 Jan 2024 18:11:47 -0600 Subject: [PATCH] Add lychee.toml for dead link checks Use Lychee[1] to check dead links [1] - https://github.com/lycheeverse/lychee Change-Id: I741a2760283da8c21b95e5b516f78e39a9d9a0a1 Signed-off-by: Galantsev, Dmitrii --- lychee.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lychee.toml diff --git a/lychee.toml b/lychee.toml new file mode 100644 index 0000000000..25193c0706 --- /dev/null +++ b/lychee.toml @@ -0,0 +1,2 @@ +exclude = ['^file://.*', '.*localhost.*'] +exclude_path = ["./build"]