File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ # Lychee configuration file
2+ # See https://lychee.cli.rs/config/
3+
14timeout = 30
25retry_wait_time = 5
36max_retries = 6
@@ -8,11 +11,11 @@ include_fragments = true
811
912remap = [
1013 # workaround for https://github.com/lycheeverse/lychee/issues/1729
11- ' https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4' ,
14+ " https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4" ,
1215]
1316
1417# excluding links to pull requests and issues is done for performance
1518exclude = [
16- ' ^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\d+$' ,
17- ' ^https://www.javadoc.io/badge/(.*?)/(.*?).svg$' , # returns 522
19+ " ^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\ d+$" ,
20+ " ^https://www.javadoc.io/badge/(.*?)/(.*?).svg$" , # returns 522
1821]
You can’t perform that action at this time.
0 commit comments