-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmdlinkcheckconfig.json
51 lines (51 loc) · 1012 Bytes
/
mdlinkcheckconfig.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
46
47
48
49
50
51
{
"ignorePatterns": [
{
"pattern": "linkedin"
},
{
"pattern": "https://opensource.su.domains"
},
{
"pattern": "^https://www.uni.lu/*"
},
{
"pattern": "https://researchcomputing.syr.edu/ospo"
},
{
"pattern": "https://artsandsciences.syracuse.edu/people/faculty/collin-capano/"
},
{
"pattern": "https://ospo.gwu.edu"
},
{
"pattern": "https://www.umass.edu/opensource/content/mission.html"
},
{
"pattern": "https://doi.org/10.7910/DVN/TJCLKP"
},
{
"pattern": "https://ospoplusplus.com"
},
{
"pattern": "https://www.turing.ac.uk",
"reason": "403"
},
{
"pattern": "https://foundation.gnome.org/",
"reason": "403"
},
{
"pattern": "https://www.aps.org/",
"reason": "403"
},
{
"pattern": "https://www.aaas.org/",
"reason": "403"
},
{
"pattern": "https://openai.com/",
"reason": "403"
}
]
}