File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55verbose = " info"
66
77# Show progress
8- progress = false
8+ no_progress = true
99
1010# Path to summary output file.
1111# output = "report.md"
@@ -61,9 +61,6 @@ require_https = true
6161# Request method
6262method = " get"
6363
64- # Custom request headers
65- headers = []
66-
6764# Remap URI matching pattern to different URI.
6865# remap = [ "https://example.com http://example.invalid" ]
6966
@@ -80,7 +77,6 @@ headers = []
8077# via a component that takes the path without the `.md`
8178# extension, and lychee is looking for a valid path
8279# including extension.
83-
8480exclude_path = [" docs/README.md" , " docs/introduction/StarRocks_intro.md" , " docs/assets/" ]
8581
8682include = []
@@ -102,4 +98,4 @@ exclude_all_private = true
10298# exclude_loopback = false
10399
104100# Exclude all mail addresses from checking
105- exclude_mail = true
101+ include_mail = false
Original file line number Diff line number Diff line change 55verbose = " info"
66
77# Show progress
8- progress = false
8+ no_progress = true
99
1010# Path to summary output file.
1111# output = "report.md"
@@ -61,9 +61,6 @@ require_https = true
6161# Request method
6262method = " get"
6363
64- # Custom request headers
65- headers = []
66-
6764# Remap URI matching pattern to different URI.
6865# remap = [ "https://example.com http://example.invalid" ]
6966
@@ -101,4 +98,4 @@ exclude_all_private = true
10198# exclude_loopback = false
10299
103100# Exclude all mail addresses from checking
104- exclude_mail = true
101+ include_mail = false
You can’t perform that action at this time.
0 commit comments