forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinkcheckerrc
50 lines (38 loc) · 1.21 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
[checking]
# Checks validity of HTML anchors.
# Option for old versions of linkchecker
anchors=1
[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=
feed.xml
/che-6/
.*tag_.*.html
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://www.keycloak.org/docs/latest/server_admin/#_user-storage-federation
https://www.keycloak.org/docs/6.0/server_admin/#github
https://maven.apache.org/settings.html*
https://www.keycloak.org/docs/latest/server_admin/index.html#openshift-4
# Checks validity of HTML anchors.
# Add section in the configuration file to enable the plugin
[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