Permalink
Browse files
allow empty alt attributes
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
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
|
0 comments on commit
6697960