mirror of
https://github.com/github/choosealicense.com
synced 2025-01-21 19:07:55 +01:00
don't test edit link links
This commit is contained in:
parent
bab9f14fa9
commit
2d8591605c
1
Rakefile
1
Rakefile
@ -17,6 +17,7 @@ task :test do
|
|||||||
enforce_https: true,
|
enforce_https: true,
|
||||||
validation: { ignore_script_embeds: true },
|
validation: { ignore_script_embeds: true },
|
||||||
url_swap: { %r{https://choosealicense.com} => '' },
|
url_swap: { %r{https://choosealicense.com} => '' },
|
||||||
|
url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/}],
|
||||||
hydra: { max_concurrency: 10 },
|
hydra: { max_concurrency: 10 },
|
||||||
check_img_http: true).run
|
check_img_http: true).run
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user