Skip to content

Commit

Permalink
Tests: Ignore translations file
Browse files Browse the repository at this point in the history
Probably a bug. The HTML proofer is not ignoring "github.com".
  • Loading branch information
lah7 committed Oct 30, 2024
1 parent b5d6c54 commit 72c5c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If so, consider leaving a review.

It might be worth checking if there's been any new, unreleased translations [since the last release].

[open pull request]: https://github.com/polychromatic/polychromatic/pulls?q=is%3Apr+is%3Aopen+label%3Ai18n+
[open pull request]: https://github.com/polychromatic/polychromatic/pulls?q=is%3Apr+is%3Aopen+label%3Ai18n
[since the last release]: https://github.com/polychromatic/polychromatic/compare/stable...master
[Poedit]: https://poedit.net/

Expand Down
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ bundle exec htmlproofer \
--only-4xx \
--ignore-status-codes 429,500 \
--ignore-urls github.com \
--ignore-files ./_site/translations/index.html \
./_site
exit $?

0 comments on commit 72c5c0a

Please sign in to comment.