-
-
Notifications
You must be signed in to change notification settings - Fork 492
Expand file tree
/
Copy pathlychee.toml
More file actions
26 lines (26 loc) · 697 Bytes
/
lychee.toml
File metadata and controls
26 lines (26 loc) · 697 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
# lychee --base . './**/*.md' --exclude github\.com --exclude \.onion --exclude itunes\.apple\.com --exclude twitter\.com --exclude-path webpage/node_modules/ --exclude-path webpage/src/*/*/references\.md
exclude = [
'github.com',
'\.onion',
'itunes\.apple\.com',
'twitter\.com',
'www.paypal.com/cgi-bin/webscr',
'file:\/\/\/',
'http:\/\/0\.0\.0\.0',
]
exclude_path = [
'webpage/node_modules/',
'webpage/src/faq/references.md',
'webpage/src/ar',
'webpage/src/de',
'webpage/src/es',
'webpage/src/fa',
'webpage/src/fr',
'webpage/src/hu',
'webpage/src/it',
'webpage/src/ko',
'webpage/src/nl',
'webpage/src/pl',
'src/libraries',
'webpage/src/changelog.md',
]