mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Check images for consistent use of http/https
This commit is contained in:
parent
f982e7c419
commit
db878ed8f9
3
Rakefile
3
Rakefile
@ -13,7 +13,8 @@ task :test do
|
||||
HTMLProofer.check_directory('./_site',
|
||||
check_html: true,
|
||||
validation: { ignore_script_embeds: true },
|
||||
url_swap: { %r{http://choosealicense.com} => '' }).run
|
||||
url_swap: { %r{http://choosealicense.com} => '' },
|
||||
check_img_http: true).run
|
||||
end
|
||||
|
||||
task :approved_licenses do
|
||||
|
Loading…
x
Reference in New Issue
Block a user