Permalink
Browse files

allow empty alt attributes

  • Loading branch information...
1 parent 2c4f7e2 commit 66979608750e44eda0fad0379bd672ad45d5f0b4 @mlinksva mlinksva committed Aug 23, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 Rakefile
View
@@ -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

0 comments on commit 6697960

Please sign in to comment.