We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4367412 commit 1e3ec70Copy full SHA for 1e3ec70
2 files changed
.github/config/lychee.toml
@@ -6,8 +6,8 @@ retry_wait_time = 5
6
max_retries = 6
7
max_concurrency = 4
8
9
-# Check link anchors
10
-include_fragments = true
+# Check link anchors. Lychee 0.24+ expects a mode string here.
+include_fragments = "full"
11
12
exclude = [
13
# excluding links to pull requests and issues is done for performance
mise.toml
@@ -1,7 +1,7 @@
1
[tools]
2
# Linters
3
"github:grafana/flint" = "0.20.3"
4
-lychee = "0.23.0"
+lychee = "0.24.2"
5
markdownlint-cli2 = "0.22.1"
[env]
0 commit comments