From 9bc381ec40a1bfefc57a2f57530007a7b51d517b 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 [ROCm/rocm_smi_lib commit: 1015cba4895f3d32d85e32be8a809af6eea83672] --- projects/rocm-smi-lib/lychee.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 projects/rocm-smi-lib/lychee.toml diff --git a/projects/rocm-smi-lib/lychee.toml b/projects/rocm-smi-lib/lychee.toml new file mode 100644 index 0000000000..25193c0706 --- /dev/null +++ b/projects/rocm-smi-lib/lychee.toml @@ -0,0 +1,2 @@ +exclude = ['^file://.*', '.*localhost.*'] +exclude_path = ["./build"]