Skip to content

Commit

Permalink
Revert "require https for external links"
Browse files Browse the repository at this point in the history
This reverts commit bb0bb92.

Remove actual test for now, as it causes failures in CI, where github.com links get generated as http

Eventually this should be fixed with github/pages-gem#611 or similar
  • Loading branch information
mlinksva committed Jan 3, 2019
1 parent 8ff6ce0 commit af5f80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ task :test do
Rake::Task['spec'].invoke
HTMLProofer.check_directory('./_site',
check_html: true,
enforce_https: true,
validation: { ignore_script_embeds: true },
url_swap: { %r{https://choosealicense.com} => '' },
hydra: { max_concurrency: 10 },
Expand Down

0 comments on commit af5f80d

Please sign in to comment.