Skip to content

Commit 3acb562

Browse files
committed
skip fragments for gh links
1 parent ff4a664 commit 3acb562

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/config/lychee.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ max_concurrency = 4
66
# Check link anchors
77
include_fragments = true
88

9+
910
exclude = [
11+
# Disabled until https://github.com/lycheeverse/lychee/issues/1729 is fixed
12+
"^https://github.com/.*#.*$",
1013
# excluding links to pull requests and issues is done for performance
1114
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
1215
]

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
lychee = "0.18.1"
2+
lychee = "0.20.1"
33

44
[tasks.lint-local-links]
55
run = 'lychee --verbose --scheme file --include-fragments {{arg(name="files", default=".")}}'

0 commit comments

Comments
 (0)