We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e840ef commit abaf24aCopy full SHA for abaf24a
1 file changed
Rakefile
@@ -13,7 +13,8 @@ task :test do
13
sh 'bundle exec jekyll build'
14
Rake::Task['spec'].invoke
15
HTMLProofer.check_directory('./_site',
16
- checks: %w[Links Images Scripts Html],
+ checks: %w[Links Images Scripts],
17
+ check_external_hash: false,
18
enforce_https: true,
19
swap_urls: { %r{https://choosealicense.com} => '' },
20
ignore_urls: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/},
0 commit comments