We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398a8a9 commit 15b7e70Copy full SHA for 15b7e70
1 file changed
Rakefile
@@ -6,5 +6,6 @@ task :test do
6
sh 'bundle exec jekyll build'
7
HTMLProofer.check_directory('./_site/',
8
check_html: true,
9
- hydra: { max_concurrency: 10 }).run
+ hydra: { max_concurrency: 10 },
10
+ http_status_ignore: [429]).run
11
end
0 commit comments