Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix html-proofer use in tests #887

Merged
merged 1 commit into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ task test: :build do
HTMLProofer.check_directory(
"./_site",
parallel: { in_threads: 4 },
favicon: true,
http_status_ignore: [0, 302, 303, 429, 521],
assume_extension: true,
ignore_status_codes: [0, 302, 303, 429, 521],
check_external_hash: true,
check_favicon: true,
check_opengraph: true,
check_html: true,
check_img_http: true,
url_ignore: [
checks: ['Links', 'Images', 'Scripts', 'Favicon', 'OpenGraph'],
allow_missing_href: true,
ignore_urls: [
"https://formulae.brew.sh/",
"https://github.com/search",
"https://hackerone.com/homebrew",
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ tr:
foot:
code: Özgün kodu yazan <a href="https://mxcl.github.io/">Max Howell</a>.
page: Siteyi hazırlayanlar <a href="https://exomel.com/">Rémi Prévost</a>, <a href="https://mikemcquaid.com">Mike McQuaid</a>, <a href="https://cargocollective.com/danilalo">Danielle Lalonde</a>.
translation: Tercüme edenler <a href="https://github.com/hemlockII">hemlockII</a>, <a href="https://ziyaddin.github.io">Ziyaddin Sadigov</a>, <a href="https://github.com/quaertym">Emre Ünal</a>, <a href="http://serkan.io">Serkan Yerşen</a>, <a href="https://github.com/okan">Okan</a>, <a href="https://enderahmetyurt.com">Ender Ahmet Yurt</a>, <a href="https://sadikkuzu.com">Sadık Kuzu</a>.
translation: Tercüme edenler <a href="https://github.com/hemlockII">hemlockII</a>, <a href="https://ziyaddin.github.io">Ziyaddin Sadigov</a>, <a href="https://github.com/quaertym">Emre Ünal</a>, <a href="https://serkan.io">Serkan Yerşen</a>, <a href="https://github.com/okan">Okan</a>, <a href="https://enderahmetyurt.com">Ender Ahmet Yurt</a>, <a href="https://sadikkuzu.com">Sadık Kuzu</a>.
2 changes: 1 addition & 1 deletion _posts/2017-05-01-homebrew-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ And finally:
- [Homebrew's mailing list has been deprecated in favour of our Discourse forum](https://discourse.brew.sh)
- [Homebrew accepts donations through Patreon](https://www.patreon.com/homebrew). If you can afford it, please consider donating.
- [Homebrew uses HackerOne for security vulnerability disclosure](https://hackerone.com/homebrew)
- Homebrew's CI servers are now provided by [MacStadium](https://www.macstadium.com/) and [DigitalOcean](https://www.digitalocean.com). Thanks to [Positive Internet](http://www.positive-internet.com) for years of friendship, incredible customer support and super reliable hosting.
- Homebrew's CI servers are now provided by [MacStadium](https://www.macstadium.com/) and [DigitalOcean](https://www.digitalocean.com). Thanks to [Positive Internet](https://www.positive-internet.com) for years of friendship, incredible customer support and super reliable hosting.

Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Enjoy using Homebrew!
2 changes: 1 addition & 1 deletion _posts/2021-02-05-homebrew-3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Other changes since 2.7.0 I'd like to highlight are the following:

Finally:

- [Discourse](http://discourse.brew.sh) was made read-only on January 1st 2021 in favour of [GitHub Discussions](https://github.com/Homebrew/discussions/discussions).
- [Discourse](https://discourse.brew.sh) was made read-only on January 1st 2021 in favour of [GitHub Discussions](https://github.com/Homebrew/discussions/discussions).
- [Homebrew accepts donations through GitHub Sponsors](https://github.com/sponsors/Homebrew) and [still accepts donations through Patreon](https://www.patreon.com/homebrew). If you can afford it, please consider donating. If you'd rather not use GitHub Sponsors or Patreon (our preferred donation methods), [check out the other ways to donate in our README](https://github.com/homebrew/brew/#donations).

Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Particular thanks on Homebrew 3.0.0 go to MacStadium and Apple for providing us with a lot of Apple Silicon hardware and Cassidy from Apple for helping us in many ways with this migration. Enjoy using Homebrew!