From 74136e8ae82b2f8dd22c4b3b504501e7142cd2f0 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Wed, 8 Jul 2020 15:38:44 +0900 Subject: Don't test github links --- nanoc.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nanoc.yaml') diff --git a/nanoc.yaml b/nanoc.yaml index 14e78b9f5..bde55a2c2 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.: -- cgit v1.2.3