forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinkcheckerrc
More file actions
27 lines (22 loc) · 705 Bytes
/
linkcheckerrc
File metadata and controls
27 lines (22 loc) · 705 Bytes
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
[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/
http://che.aws.my-ide.cloud
https://che-che.apps.rhpds311.openshift.opentlc.com
https://my-plugin-registry
https://my-registry.com
http://che_host:8080
https://domain.net
# Checks validity of HTML anchors.
# Add section in the configuration file to enable the plugin
[AnchorCheck]