Skip to content

Commit f6a072c

Browse files
dev: practicalli lychee config
1 parent 6d0a923 commit f6a072c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/config/lychee.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# ----------------------------------------
3+
# Base URL or website root directory to check relative URLs.
4+
base = "https://practical.li/clojure/"
5+
6+
# Only test links with the given schemes (e.g. https).
7+
# Omit to check links with any other scheme.
8+
# At the moment, we support http, https, file, and mailto.
9+
scheme = ["https"]
10+
11+
# ----------------------------------------
12+
# Exclusions
13+
14+
# Exclude URLs and mail addresses from checking (supports regex).
15+
exclude = ['^https://127.0.0.0', '^https://www\.linkedin\.com', '^https://web\.archive\.org/web/']
16+
17+
# Exclude these filesystem paths from getting checked.
18+
exclude_path = ["mkdocs.yml", "overrides", "includes", ".github", ".git"]
19+
20+
# Exclude all private IPs from checking.
21+
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
22+
# `exclude_loopback` to true.
23+
exclude_all_private = true
24+
25+
# Check mail addresses
26+
include_mail = false
27+
# ----------------------------------------

0 commit comments

Comments
 (0)