Update HTMLProofer invocation to v5 format

This commit is contained in:
Alessandro Lai
2025-02-27 15:41:29 +01:00
parent 4c0f0394f0
commit b32d0d8cf2
2 changed files with 4 additions and 6 deletions

View File

@@ -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)
@@ -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)

View File

@@ -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'