Skip to content

Commit 8be5265

Browse files
committed
Update to 0.20.1
1 parent 4644131 commit 8be5265

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/config/lychee.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ max_concurrency = 4
99
# Check link anchors
1010
include_fragments = true
1111

12+
remap = [
13+
# workaround for https://github.com/lycheeverse/lychee/issues/1729
14+
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
15+
]
16+
1217
exclude = [
13-
"^http://localhost:",
14-
"^http://0.0.0.0:",
18+
'^https://github.com/.*#discussion_r.*$',
1519
]

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.link-check]
55
run = 'lychee --verbose --config .github/config/lychee.toml .'

0 commit comments

Comments
 (0)