From 74a46b0e0bcb291c2e31e708444f37680d0342c2 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 30 Jun 2020 18:03:47 +0900 Subject: Exclude gitlab.com links from link checks --- nanoc.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nanoc.yaml') diff --git a/nanoc.yaml b/nanoc.yaml index bb0548dd..14e78b9f 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -107,7 +107,10 @@ checks: - 'https?:\/\/\w*\.example\.com.*' - 'https?:\/\/localhost.*' - 'https?:\/\/127.0.0.1.*' - + # 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\/.*' + # 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