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 a3e4cfe commit 43c0840Copy full SHA for 43c0840
Rakefile
@@ -7,5 +7,6 @@ task :test do
7
HTMLProofer.check_directory('./_site/',
8
check_html: true,
9
hydra: { max_concurrency: 10 },
10
+ url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
11
http_status_ignore: [429]).run
12
end
0 commit comments