-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdata.yaml
More file actions
63 lines (62 loc) · 1.54 KB
/
data.yaml
File metadata and controls
63 lines (62 loc) · 1.54 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
58
59
60
61
62
63
# Mapping of dir and files as per links and status.
# Dirs and files with status
data:
parent:
files:
text_file:
'https://github.com/pythonpune/linkstatus':
status: True
line: 'L5'
'http://www.google.com':
status: True,
line: 'L6'
'https://example.com':
status: True,
line: 'L7'
'https://github.com/xyz_foo':
status: False
line: 'L8'
markdown_file.md:
'https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet':
status: True
line: 'L4'
'http://www.google.com':
status: True
line: 'L8'
'https://www.google.com':
status: True
line: 'L10'
'https://github.com/pythonpune/linkstatus':
status: True
line: 'L12'
'http://www.example.com':
status: True
line: 'L24'
'https://github.com/pythonpune/linkcheck':
status: False
line: 'L34'
'https://github.com//pythonpune/':
status: True
line: 'L39'
'http://<hostname>:<port>':
status: False
line: 'L41'
'https://<hostname>:<port>/pages':
status: False
line: 'L43'
recursive:
parent: "data"
files:
recursive_text_file.txt:
'https://github.com/pythonpune/linkstatus':
status: True
line: 'L5'
'http://www.google.com':
status: True,
line: 'L6'
'https://example.com':
status: True,
line: 'L7'
'https://github.com/xyz_foo':
status: False
line: 'L8'