We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4a664 commit 3acb562Copy full SHA for 3acb562
.github/config/lychee.toml
@@ -6,7 +6,10 @@ max_concurrency = 4
6
# Check link anchors
7
include_fragments = true
8
9
+
10
exclude = [
11
+ # Disabled until https://github.com/lycheeverse/lychee/issues/1729 is fixed
12
+ "^https://github.com/.*#.*$",
13
# excluding links to pull requests and issues is done for performance
14
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
15
]
mise.toml
@@ -1,5 +1,5 @@
1
[tools]
2
-lychee = "0.18.1"
+lychee = "0.20.1"
3
4
[tasks.lint-local-links]
5
run = 'lychee --verbose --scheme file --include-fragments {{arg(name="files", default=".")}}'
0 commit comments