Skip to content

Commit

Permalink
Fix lychee (markdown link check) toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 8, 2025
1 parent cdb0047 commit 0227817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .lychee.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0227817

Please sign in to comment.