forked from prometheus/client_java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
30 lines (23 loc) · 707 Bytes
/
Copy pathlychee.toml
File metadata and controls
30 lines (23 loc) · 707 Bytes
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
# Lychee configuration file
# See https://lychee.cli.rs/config/
timeout = 30
retry_wait_time = 10
max_retries = 2
max_concurrency = 4
# Check link anchors
include_fragments = "anchor-only"
base_url = "https://prometheus.github.io"
exclude_path = ["docs/themes", "CHANGELOG.md"]
exclude = [
# excluding links to pull requests and issues is done for performance
"^https://github.com/prometheus/client_java/(issues|pull)/\\d+$",
# exclude localhost URLs as they require running services
"^http://localhost",
"^https://localhost",
'#',
'CONTRIBUTING.md',
'LICENSE',
'MAINTAINERS.md',
# exclude private GitHub settings pages
"^https://github.com/prometheus/client_java/settings/",
]