From 5ec4e31377c31a0f0b733eba1eea320f1ccbd04c Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Tue, 29 May 2018 10:56:51 -0500 Subject: [PATCH] Revert "Exclude GitHub /runs URLs" This reverts commit 45886581ac79f2ff1f628142f0332fa865fce9c7. --- script/html-proofer | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/html-proofer b/script/html-proofer index 8f3693b..eb62e63 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -7,8 +7,6 @@ require "html-proofer" url_ignores = [ # Installation links require being signed in to GitHub %r{https://github.com/apps/.*/installations/new}, - # Checks runs require being signed in to GitHub - %r{https://github.com/.*/runs/\d+}, "https://mochajs.org/", %r{mit-license\.org}, # misconfigured SSL or old certs on Travis CI? %r{https://localhost:*/*}, # Ignore links to localhost in documentation