forked from instrumentisto/rust-incubator
-
Notifications
You must be signed in to change notification settings - Fork 79
/
.markdown-link-check.json
45 lines (45 loc) · 1.02 KB
/
.markdown-link-check.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"httpHeaders": [{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}],
"ignorePatterns": [{
"pattern": "^!--"
},{
"pattern": "^https://aayushyavajpayee.substack.com"
}, {
"pattern": "^https://github.com/instrumentisto/rust-incubator/generate"
}, {
"pattern": "^https://crates.io/search\\?"
}, {
"pattern": "^https://dalek.rs"
}, {
"pattern": "^https://dl.acm.org"
}, {
"pattern": "^https://dpc.pw"
}, {
"pattern": "^https://kerkour.com"
}, {
"pattern": "^https://www.aspecto.io"
}, {
"pattern": "^https://www.cs.bgu.ac.il"
}, {
"pattern": "^https://www.java.com"
}, {
"pattern": "^https://www.mysql.com"
}, {
"pattern": "^https://www.reddit.com"
}, {
"pattern": "^https://web.archive.org/web/"
}, {
"pattern": "^https://www.patreon.com/stjepang"
}],
"timeout": "60s"
}