From 66979608750e44eda0fad0379bd672ad45d5f0b4 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 23 Aug 2016 11:55:06 -0700 Subject: [PATCH] allow empty alt attributes --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 5b84c5a..9490819 100644 --- a/Rakefile +++ b/Rakefile @@ -6,5 +6,6 @@ task :test do HTMLProofer.check_directory('./_site', check_html: true, validation: { ignore_script_embeds: true }, + empty_alt_ignore: true, url_swap: { %r{http://opendefinition.org} => '' }).run end