forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.remarkrc.yml
33 lines (33 loc) · 815 Bytes
/
.remarkrc.yml
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
plugins:
- remark-validate-links
- [
remark-lint-no-dead-urls,
{
skipLocalhost: true,
skipUrlPatterns:
[
'/^https:\/\/(.*)github\.com/',
/^https:\/\/link\.databend\.rs/,
/^https:\/\/(.*)vldb\.org/,
/^https:\/\/(.*)arxiv\.org/,
/^https:\/\/asciinema\.org/,
"https://asciinema.org",
"https://github.com",
"https://link.databend.rs",
],
gotOptions:
{
concurrency: 1,
timeout:
{
lookup: 100,
connect: 100,
secureConnect: 50,
socket: 1000,
send: 5000,
response: 1000,
},
},
},
]
# https://github.com/remarkjs/remark-lint/blob/main/doc/rules.md