forked from perses/perses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mdox.validate.yaml
More file actions
57 lines (56 loc) · 1.27 KB
/
.mdox.validate.yaml
File metadata and controls
57 lines (56 loc) · 1.27 KB
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
52
53
54
55
56
57
version: 1
timeout: '1m'
validators:
# randomly it returns the error: status code 403: Forbidden
- regex: 'groups\.google\.com'
type: 'ignore'
# somehow stackoverflow is returning also a status code 403
- regex: 'stackoverflow\.com'
type: 'ignore'
# datatracker is now returning a 403 error, while when you visit the page it works.
- regex: 'datatracker\.ietf\.org'
type: 'ignore'
# context timeout
- regex: 'mui\.com'
type: 'ignore'
# code 500
- regex: 'slack\.com'
type: 'ignore'
# code 502
- regex: 'storybook\.js\.com'
type: 'ignore'
# timeout
- regex: 'tanstack\.com'
type: 'ignore'
# timeout
- regex: 'github\.com'
type: 'ignore'
# timeout
- regex: 'slack\.cncf\.io'
type: 'ignore'
# timeout
- regex: 'nodejs\.org'
type: 'ignore'
# timeout
- regex: 'youtube\.com'
type: 'ignore'
# timeout
- regex: 'lodash\.com'
type: 'ignore'
# timeout
- regex: 'eslint\.org'
type: 'ignore'
# code 999
- regex: 'linkedin\.com'
type: 'ignore'
# getting 403 forbidden in the CI
- regex: 'npmjs\.com'
type: 'ignore'
# code 0
- regex: 'cuelang\.org'
type: 'ignore'
# code 403: forbidden
- regex: 'webpack\.js\.org'
type: 'ignore'
- regex: 'medium\.com'
type: 'ignore'