From eba275cae394935a51eaf370a30d6d61403716c3 Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Thu, 13 Jun 2019 18:03:09 +0800 Subject: [PATCH] htmlproofer: ignore 999 no error from Linkedin urls https://github.com/gjtorikian/html-proofer/issues/215 --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 384ee31..8bb3571 100644 --- a/Rakefile +++ b/Rakefile @@ -55,5 +55,6 @@ task :test do "--check-html", "--check-img-http", "--url-ignore=/hust.edu.cn/", + "--http-status-ignore=999", "./_site" end