forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
linkcheckerrc
64 lines (50 loc) · 1.7 KB
/
linkcheckerrc
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
[checking]
aborttimeout=60
maxfilesizedownload=10000000
maxfilesizeparse=10000000
maxnumurls=1000000
maxrunseconds=60
robotstxt=0
threads=60
timeout=60
[filtering]
# Check external links.
checkextern=1
# URLs matching the given regular expression will be ignored and not checked.
# Multiline option. Each line has to be indented for that to work.
# Lines starting with a hash (#) will be ignored, though they must still be indented.
ignore=
file:///*
https://www.eclipse.org/che/docs
https://che.openshift.io/*
http://che.aws.my-ide.cloud
https://che-che.apps.rhpds311.openshift.opentlc.com
https://my-plug-in-registry
https://my-registry.com
http://che_host:8080
https://domain.net
https://codeready.*
# false positives:
https://che.eclipse.org/
https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpsslCAInfo
https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/quarkus-command-mode/devfile.yaml#L63-L71
https://github.com/eclipse/che-docs
https://www.keycloak.org/
https://kubernetes.io/docs/tasks/tools/install-kubectl/
https://maven.apache.org/settings.html*
https://www.keycloak.org/docs/latest/server_admin/#_user-storage-federation
https://www.keycloak.org/docs/6.0/server_admin/#github
https://www.keycloak.org/docs/latest/server_admin/index.html#openshift-4
https://www.youtube.com/embed/VooNzKxRFgw?rel=0
https://www.youtube.com/embed/B6aCqywKpyY?rel=0
https://www.youtube.com/embed/HbTKDlOL1eo?rel=0
# Checks validity of HTML anchors.
[AnchorCheck]
[output]
# Output to a files linkchecker-out.html
fileoutput=html
log=text
# Control printing check status messages.
status=0
[text]
parts=parenturl,url,realurl,warning,result,intro,outro