forked from 0xMiden/miden-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
24 lines (22 loc) · 1.16 KB
/
lychee.toml
File metadata and controls
24 lines (22 loc) · 1.16 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
############################# Exclusions #############################
# Exclude URLs and mail addresses from checking (supports regex).
exclude = [
'^file:///.*test-utils', # Missing test-utils directory
'^file:///.*crates/lib/core/docs/sys\.md', # Missing core lib docs file
'^file:///.*\.png$', # Image files
'^file:///.*\.svg$', # SVG files
'^https://www.gnu.org/software/make/manual/make\.html$', # GNU make manual
'^https://crates\.io/crates/miden-', # miden-* crates not yet published on crates.io
'^https://crates\.io/crates/once_cell', # moved to std::sync::OnceLock
'^https://crates\.io/crates/tracing', # temporarily unavailable
'^https://nakamoto\.com/', # site is down
'^https://vitalik\.eth\.limo/', # site frequently times out
'^https://github\.com/example/', # placeholder example URLs
'^https://en\.wikipedia\.org/wiki/Metal_', # malformed URL with unencoded bracket
]
# Exclude these filesystem paths from getting checked.
exclude_path = [
".git/*",
"node_modules/*",
"target/*",
]