diff --git a/linkcheckerrc b/linkcheckerrc index 4fa0a7ca19..5ace3bd3e6 100644 --- a/linkcheckerrc +++ b/linkcheckerrc @@ -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/* - - -