Skip to content

Commit abaf24a

Browse files
authored
fix: restore check_external_hash: false and remove invalid Html check for HTMLProofer v5
1 parent 6e840ef commit abaf24a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ task :test do
1313
sh 'bundle exec jekyll build'
1414
Rake::Task['spec'].invoke
1515
HTMLProofer.check_directory('./_site',
16-
checks: %w[Links Images Scripts Html],
16+
checks: %w[Links Images Scripts],
17+
check_external_hash: false,
1718
enforce_https: true,
1819
swap_urls: { %r{https://choosealicense.com} => '' },
1920
ignore_urls: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/},

0 commit comments

Comments
 (0)