-
-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy pathlychee.toml
More file actions
19 lines (15 loc) · 792 Bytes
/
lychee.toml
File metadata and controls
19 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Configuration for checking this repository's own links.
# Used by the scheduled link check in .github/workflows/links.yml.
# See lychee.example.toml for all available options.
# Show info-level output (equivalent to a single `--verbose`).
verbose = "info"
# Root path for resolving absolute local links (resolved relative to the
# working directory, i.e. the repository root).
root_dir = "."
# Paths to skip when collecting inputs.
exclude_path = ["benches", "fixtures"]
# gitlab.torproject.org rejects lychee's default User-Agent with a 403, even
# though the page is reachable. Override the User-Agent for just this host so we
# don't have to change the global one (which other hosts, e.g. crates.io, reject).
[hosts."gitlab.torproject.org"]
headers = { "User-Agent" = "curl/8.7.1" }