Skip to content

Commit

Permalink
Merge pull request #1805 from themr0c/linkcheckerrc-cleanup
Browse files Browse the repository at this point in the history
Cleanup linkcheckerrc.
  • Loading branch information
themr0c committed Jan 22, 2021
2 parents b22c800 + 13c9535 commit 684b179
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions linkcheckerrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,26 @@ threads=-1
# Output to a file linkchecker-out.html. Valid file output types are text, html, sql, csv, gml, dot, xml, none or failures. Default is no file output.
fileoutput=html


[text]

# Comma-separated list of parts that have to be logged.
parts=parenturl,url,realurl,warning,result,intro,outro


[filtering]

# Check external links. Default is to check internal links only.
checkextern=1

# Ignore the comma-separated list of warnings.
ignorewarnings=url-rate-limited

# 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://che.openshift.io/*
https://console.aws.amazon.com/*
https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/quarkus-command-mode/devfile.yaml#L*
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
https://console.aws.amazon.com/*



0 comments on commit 684b179

Please sign in to comment.