-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
.mdox.validate.yaml
49 lines (48 loc) · 1.76 KB
/
.mdox.validate.yaml
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
version: 1
timeout: '1m'
host_max_conns: 10
cache:
type: 'SQLite'
# # 60h is 2.5 days, half the default cache validity (5 days).
jitter: '60h'
validators:
# Validators to skip checking PR/issue links of Thanos, Prometheus and Cortex.
- regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)thanos-io\/thanos(\/pull\/|\/issues\/)'
type: 'githubPullsIssues'
- regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)prometheus\/prometheus(\/pull\/|\/issues\/)'
type: 'githubPullsIssues'
- regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)cortexproject\/cortex(\/pull\/|\/issues\/)'
type: 'githubPullsIssues'
# Ignore Thanos release links.
- regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)thanos-io\/thanos(\/releases\/)'
type: 'ignore'
# Causes http stream errors with statuscode 0 sometimes. But is safe to skip.
- regex: 'slack\.cncf\.io'
type: 'ignore'
# 301 errors even when curl-ed.
- regex: 'envoyproxy\.io'
type: 'ignore'
# couldn't reach even when curl-ed.
- regex: 'cloud\.baidu\.com'
type: 'ignore'
# 403 when curl-ed from GitHub actions, though not from a developer machine. Likely due to secondary rate limits.
- regex: 'docs\.github\.com'
type: 'ignore'
# 403 when requested my mdox in GH actions.
- regex: 'nginx\.com'
type: 'ignore'
# 403 when requested my mdox in GH actions.
- regex: 'servicenow\.com'
type: 'ignore'
# Seems like improbable.io temporarily removed their blogs.
- regex: 'improbable\.io'
type: 'ignore'
- regex: 'krisztianfekete\.org'
type: 'ignore'
- regex: 'twitter\.com'
type: 'ignore'
- regex: 'outshift\.cisco\.com\/blog\/multi-cluster-monitoring'
type: 'ignore'
# Expired certificate
- regex: 'bestpractices\.coreinfrastructure\.org\/projects\/3048'
type: 'ignore'