File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,22 @@ max_concurrency = 4
99# Check link anchors
1010include_fragments = true
1111
12+ # Include additional file types beyond the default markdown/HTML
13+ include = [
14+ " **/*.md" ,
15+ " **/*.java" ,
16+ " **/*.yml"
17+ ]
18+
19+ remap = [
20+ # workaround for https://github.com/lycheeverse/lychee/issues/1729
21+ " https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4" ,
22+ " https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1"
23+ ]
24+
1225exclude = [
26+ # workaround for https://github.com/lycheeverse/lychee/issues/1729
27+ ' ^https://github.com/.*#issuecomment-.*$' ,
1328 " ^http://localhost:" ,
1429 " ^http://0.0.0.0:" ,
1530]
Original file line number Diff line number Diff line change 11[tools ]
2- lychee = " 0.18 .1"
2+ lychee = " 0.20 .1"
33
44[tasks .link-check ]
55run = ' lychee --verbose --config .github/config/lychee.toml .'
You can’t perform that action at this time.
0 commit comments