From 9653c42734c520904a48373ecf427d266f4af9f5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 09:57:15 +0200 Subject: ci: ignore uoc's url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For whatever reason it sometimes redirects too much for HTMLProofer's taste. Signed-off-by: Miquel Sabaté Solà --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 173375c..d5f5380 100644 --- a/Rakefile +++ b/Rakefile @@ -25,6 +25,7 @@ task :test do check_html: true, check_img_http: true, check_opengraph: true, + url_ignore: [/uoc.edu/], typhoeus: { timeout: 120 }, -- cgit v1.2.3