From 2d8591605cfff007f906709b414c899843cc2eb3 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 15 Feb 2019 13:58:25 -0800 Subject: [PATCH] don't test edit link links --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 01d885c..45c207c 100644 --- a/Rakefile +++ b/Rakefile @@ -17,6 +17,7 @@ task :test do enforce_https: true, validation: { ignore_script_embeds: true }, url_swap: { %r{https://choosealicense.com} => '' }, + url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/}], hydra: { max_concurrency: 10 }, check_img_http: true).run end