Skip to content

Commit b32d0d8

Browse files
committed
Update HTMLProofer invocation to v5 format
1 parent 4c0f039 commit b32d0d8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
ethon (0.16.0)
2020
ffi (>= 1.15.0)
2121
ffi (1.17.1)
22-
ffi (1.17.1-aarch64-linux-gnu)
22+
ffi (1.17.1-aarch64-linux)
2323
ffi (1.17.1-arm64-darwin)
2424
ffi (1.17.1-x86_64-darwin)
2525
fiber-annotation (0.2.0)
@@ -43,7 +43,7 @@ GEM
4343
nokogiri (1.18.3)
4444
mini_portile2 (~> 2.8.2)
4545
racc (~> 1.4)
46-
nokogiri (1.18.3-aarch64-linux-gnu)
46+
nokogiri (1.18.3-aarch64-linux)
4747
racc (~> 1.4)
4848
nokogiri (1.18.3-arm64-darwin)
4949
racc (~> 1.4)

bin/html-proofer.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ bundle config set path '.bundle'
77
bundle install
88

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

0 commit comments

Comments
 (0)