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 b517f30 commit 5c4d723Copy full SHA for 5c4d723
Rakefile
@@ -9,7 +9,7 @@ task :check_urls do
9
{
10
:check_external_hash => false,
11
:ignore_missing_alt => true,
12
- :ignore_status_codes => [0, 401, 403],
+ :ignore_status_codes => [0, 401, 403, 429],
13
:ignore_urls => [
14
# Ignore pulls/branches as these do not translate to raw content
15
%r{github\.com/hmcts/(?=.*(?:pull|tree|commit))},
0 commit comments