Cache the external links for an hour, and ignore GitHub.com

This commit is contained in:
Issy Long 2023-09-01 00:46:10 +01:00
parent 17de29e93d
commit 484c7e07d1
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -29,8 +29,13 @@ task test: :build do
%r{Kickstarter-Supporters}, %r{Kickstarter-Supporters},
], ],
ignore_urls: [ ignore_urls: [
"http://formulae.brew.sh", %r{https://formulae.brew.sh"},
%r{https://github.com/Homebrew/brew/edit/gh-pages//}, %r{https://github.com/}
] ],
cache: {
timeframe: {
external: "1h"
}
}
).run ).run
end end