Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c574166

Browse files
authoredSep 9, 2023
build(deps-dev): update html-proofer requirement from ~> 3.18 to ~> 4.4 (mmistakes#1217)
Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v3.18.0...v4.4.3) And updates `html-proofer` arguments --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff87349 commit c574166

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
group :test do
8-
gem "html-proofer", "~> 3.18"
8+
gem "html-proofer", "~> 4.4"
99
end
1010

1111
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

‎tools/test

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ main() {
6262

6363
# test
6464
bundle exec htmlproofer "$SITE_DIR" \
65-
--disable-external \
66-
--check-html \
67-
--allow_hash_href
65+
--disable-external=true \
66+
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
6867
}
6968

7069
while (($#)); do

0 commit comments

Comments
 (0)
Please sign in to comment.