Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/config/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ max_retries = 6
max_concurrency = 4

# Check link anchors
include_fragments = true
include_fragments = "anchor-only"

exclude = [
"^https://github.com/.*#discussion_r.*$",
Expand Down
4 changes: 2 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
lychee = "0.23.0"
lychee = "0.24.2"

[settings]
# Only install tools explicitly defined in the [tools] section above
Expand All @@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true
# Pick the tasks you need from flint (https://github.com/grafana/flint)
[tasks."lint:links"]
description = "Check for broken links in changed files + all local links"
file = "https://raw.githubusercontent.com/grafana/flint/eded4cd370c729289a6de327a1a26831e10a39b9/tasks/lint/links.sh" # v0.20.2
file = "https://raw.githubusercontent.com/grafana/flint/8b7082196051b576d0b8dde43e26d620e7c277b3/tasks/lint/links.sh" # v0.22.2