Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2020-07-08 09:38:44 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-07-08 09:38:44 +0300
commit74136e8ae82b2f8dd22c4b3b504501e7142cd2f0 (patch)
tree16540713677c9552d99bb4cf4c46e676f62c50be /nanoc.yaml
parent902c9488bdeec626e87828cc2e7b5ab3bfc2f9ce (diff)
Don't test github links
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 14e78b9f..bde55a2c 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -110,7 +110,11 @@ checks:
# Don't check gitlab.com links due to cloudflare thinking the link test is a dos attack
# Temporary solution to enable external link checker
- 'https:\/\/gitlab.com\/.*'
-
+ # Don't check github.com links due to GitHub rate limiting causing 429 errors
+ # Temporary solution to enable external link checker
+ - 'https:\/\/github.com\/.*'
+
+
# A list of file patterns, specified as regular expressions, to exclude from the check.
# If a file matches this pattern, the links from this file will not be checked.
# E.g.: