Skip to content

Commit 5c4d723

Browse files
authored
Dtspo 15970 caching (#465)
* DTSPO-15970 - updating caching documentation * change formatting * spell check * added 429 to ignore
1 parent b517f30 commit 5c4d723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ task :check_urls do
99
{
1010
:check_external_hash => false,
1111
:ignore_missing_alt => true,
12-
:ignore_status_codes => [0, 401, 403],
12+
:ignore_status_codes => [0, 401, 403, 429],
1313
:ignore_urls => [
1414
# Ignore pulls/branches as these do not translate to raw content
1515
%r{github\.com/hmcts/(?=.*(?:pull|tree|commit))},

0 commit comments

Comments
 (0)