-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
47 lines (33 loc) · 1.23 KB
/
Copy pathlychee.toml
File metadata and controls
47 lines (33 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
############################# Display #############################
# Verbose program output
# Accepts log level: "error", "warn", "info", "debug", "trace"
verbose = "debug"
# Output format
format = "detailed"
# Output display mode
mode = "emoji"
# Don't show interactive progress bar while checking links.
no_progress = false
############################# Exclusions ##########################
# Exclude URLs and mail addresses from checking. The values are treated as regular expressions
exclude = [
'^http://localhost:3000/', # local URL
'^/?docs/.*' #
]
# Exclude paths from getting checked. The values are treated as regular expressions
exclude_path = [
"TODO.local.md",# skip specific file
]
# Exclude link-local IP address range from checking.
exclude_link_local = true
# Exclude loopback IP address range and localhost from checking.
exclude_loopback = true
# Check mail addresses
include_mail = true
# Check WikiLinks in Markdown files
#include_wikilinks = true
############################# Other #############################
# Use the Wayback Machine as web archive
archive = "wayback"
# Search and suggest link replacements for all broken links
suggest = true