From 0227817c0d8a217e12188e33fff348e19c3fe62b Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 7 Jan 2025 16:51:16 -0800 Subject: [PATCH] Fix lychee (markdown link check) toml config --- .lychee.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.lychee.toml b/.lychee.toml index 335ceabc..b65d0579 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -1,9 +1,9 @@ -include-fragments = true +include_fragments = true -exclude = [ +exclude = [ # excluding links to pull requests and issues is done for performance "^https://github.com/open-telemetry/opentelemetry-proto/(pull|issue)/\\d+$" ] # better to be safe and avoid failures -max-retries = 6 +max_retries = 6