File tree Expand file tree Collapse file tree 1 file changed +31
-29
lines changed
Expand file tree Collapse file tree 1 file changed +31
-29
lines changed Original file line number Diff line number Diff line change 11plugins :
22 - remark-validate-links
33 - [
4- remark-lint-no-dead-urls,
5- {
6- skipLocalhost : true,
7- skipUrlPatterns :
8- [
9- ' /^https:\/\/(.*)github\.com/' ,
10- /^https:\/\/link\.databend\.rs/,
11- /^https:\/\/(.*)vldb\.org/,
12- /^https:\/\/(.*)arxiv\.org/,
13- /^https:\/\/asciinema\.org/,
14- " https://asciinema.org" ,
15- " https://github.com" ,
16- " https://link.databend.com" ,
17- ],
18- gotOptions :
19- {
20- concurrency : 1,
21- timeout :
22- {
23- lookup : 100,
24- connect : 100,
25- secureConnect : 50,
26- socket : 1000,
27- send : 5000,
28- response : 1000,
29- },
30- },
31- },
32- ]
4+ remark-lint-no-dead-urls,
5+ {
6+ skipLocalhost : true,
7+ skipUrlPatterns :
8+ [
9+ ' /^https:\/\/(.*)github\.com/' ,
10+ /^https:\/\/link\.databend\.rs/,
11+ /^https:\/\/(.*)vldb\.org/,
12+ /^https:\/\/(.*)arxiv\.org/,
13+ /^https:\/\/asciinema\.org/,
14+ " https://asciinema.org" ,
15+ " https://github.com" ,
16+ " https://link.databend.com" ,
17+ " https://docs.wasabi.com/docs/access-keys-1" ,
18+ " https://docs.wasabi.com/docs/creating-a-bucket" ,
19+ ],
20+ gotOptions :
21+ {
22+ concurrency : 1,
23+ timeout :
24+ {
25+ lookup : 100,
26+ connect : 100,
27+ secureConnect : 50,
28+ socket : 1000,
29+ send : 5000,
30+ response : 1000,
31+ },
32+ },
33+ },
34+ ]
3335# https://github.com/remarkjs/remark-lint/blob/main/doc/rules.md
You can’t perform that action at this time.
0 commit comments