Skip to content

Commit

Permalink
Update HTMLProofer invocation to v5 format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 27, 2025
1 parent 4c0f039 commit b32d0d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
fiber-annotation (0.2.0)
Expand All @@ -43,7 +43,7 @@ GEM
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.3-aarch64-linux-gnu)
nokogiri (1.18.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.18.3-arm64-darwin)
racc (~> 1.4)
Expand Down
6 changes: 2 additions & 4 deletions bin/html-proofer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ bundle config set path '.bundle'
bundle install

bundle exec htmlproofer output_dev \
--check-html \
--check-img-http \
--check-opengraph \
--checks html,images,links,opengraph,scripts \
--disable-external \
--url-ignore 'foo-meta.md#errata-1-foo'
--ignore-urls 'foo-meta.md#errata-1-foo'

0 comments on commit b32d0d8

Please sign in to comment.