From f0e4196d114651993fd3019fcdee0388c720fd4e Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 29 Sep 2017 23:18:35 -0500 Subject: [PATCH] Ignore mit-license.org in link checks --- script/html-proofer | 1 + 1 file changed, 1 insertion(+) diff --git a/script/html-proofer b/script/html-proofer index a1c4b4c..ae1d50b 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -8,6 +8,7 @@ url_ignores = [ # Installation links require being signed in to GitHub %r{https://github.com/apps/.*/installations/new}, "https://mochajs.org/", + %r{mit-license\.org}, # misconfigured SSL or old certs on Travis CI? ] begin