mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs/Rakefile: fix/ignore more broken URLs.
This commit is contained in:
parent
4aa7f83954
commit
e5f844ec86
@ -34,8 +34,9 @@ task test: :build do
|
|||||||
],
|
],
|
||||||
ignore_urls: [
|
ignore_urls: [
|
||||||
"/",
|
"/",
|
||||||
%r{https://formulae.brew.sh"},
|
%r{https://formulae.brew.sh},
|
||||||
%r{https://github.com/},
|
%r{https://github.com/},
|
||||||
|
%r{https://homebrew.1password.com/},
|
||||||
"https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors",
|
"https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors",
|
||||||
],
|
],
|
||||||
cache: {
|
cache: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user