Skip to content

Commit 9450f9c

Browse files
committed
chore: upgrade flint link checks to v0.22.2
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 0217eef commit 9450f9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/config/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ max_retries = 6
77
max_concurrency = 4
88

99
# Check link anchors
10-
include_fragments = true
10+
include_fragments = "anchor-only"
1111

1212
exclude = [
1313
"^https://github.com/.*#discussion_r.*$",

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
lychee = "0.23.0"
2+
lychee = "0.24.2"
33

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

0 commit comments

Comments
 (0)