From 5c4d72315b93b770c10c9b2cdef18de734bb8c89 Mon Sep 17 00:00:00 2001 From: Chirag Pareek <111435448+cpareek@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:34:27 +0100 Subject: [PATCH] Dtspo 15970 caching (#465) * DTSPO-15970 - updating caching documentation * change formatting * spell check * added 429 to ignore --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 654167c2..0f4996d6 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :check_urls do { :check_external_hash => false, :ignore_missing_alt => true, - :ignore_status_codes => [0, 401, 403], + :ignore_status_codes => [0, 401, 403, 429], :ignore_urls => [ # Ignore pulls/branches as these do not translate to raw content %r{github\.com/hmcts/(?=.*(?:pull|tree|commit))},