Skip to content

Commit

Permalink
Fix lychee (markdown link check) toml config (#4350)
Browse files Browse the repository at this point in the history
Just discovered a bug I introduced when switching from command-line
config to toml config
  • Loading branch information
trask authored Jan 8, 2025
1 parent 6c626de commit 5570bdb
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,13 +1,13 @@
include-fragments = true
include_fragments = true

accept = ["200..=299", "403"]

exclude = [
exclude = [
# excluding links to pull requests and issues is done for performance
"^https://github.com/open-telemetry/opentelemetry-specification/(issue|pull)/\\d+$",
# TODO (trask) look into this
"^https://docs.google.com/document/d/1d0afxe3J6bQT-I6UbRXeIYNcTIyBQv4axfjKF4yvAPA/edit"
]

# better to be safe and avoid failures
max-retries = 6
max_retries = 6

0 comments on commit 5570bdb

Please sign in to comment.