Skip to content

Commit 1422ce5

Browse files
committed
Remove proofer because it is flakey
1 parent aa5db86 commit 1422ce5

5 files changed

Lines changed: 0 additions & 92 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ jobs:
1616
bundler-cache: true
1717
- run: bin/check_unicode
1818
- run: bundle exec jekyll build
19-
- run: bin/htmlproofer

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
4-
gem "html-proofer"
54
gem "htmlbeautifier"
65
gem "fastimage"
76

Gemfile.lock

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (2.0.1)
54
addressable (2.8.8)
65
public_suffix (>= 2.0.2, < 8.0)
7-
afm (1.0.0)
8-
async (2.36.0)
9-
console (~> 1.29)
10-
fiber-annotation
11-
io-event (~> 1.11)
12-
metrics (~> 0.12)
13-
traces (~> 0.18)
146
base64 (0.3.0)
15-
benchmark (0.5.0)
167
bigdecimal (4.0.1)
178
colorator (1.1.0)
189
concurrent-ruby (1.3.6)
19-
console (1.34.3)
20-
fiber-annotation
21-
fiber-local (~> 1.1)
22-
json
2310
csv (3.3.5)
2411
em-websocket (0.5.3)
2512
eventmachine (>= 0.12.9)
2613
http_parser.rb (~> 0)
27-
ethon (0.15.0)
28-
ffi (>= 1.15.0)
2914
eventmachine (1.2.7)
3015
fastimage (2.4.0)
3116
ffi (1.17.3)
@@ -39,10 +24,6 @@ GEM
3924
ffi (1.17.3-x86_64-darwin)
4025
ffi (1.17.3-x86_64-linux-gnu)
4126
ffi (1.17.3-x86_64-linux-musl)
42-
fiber-annotation (0.2.0)
43-
fiber-local (1.1.0)
44-
fiber-storage
45-
fiber-storage (1.0.1)
4627
forwardable-extended (2.6.0)
4728
google-protobuf (4.33.5)
4829
bigdecimal
@@ -71,22 +52,10 @@ GEM
7152
google-protobuf (4.33.5-x86_64-linux-musl)
7253
bigdecimal
7354
rake (>= 13)
74-
hashery (2.1.2)
75-
html-proofer (5.2.0)
76-
addressable (~> 2.3)
77-
async (~> 2.1)
78-
benchmark (~> 0.5)
79-
nokogiri (~> 1.13)
80-
pdf-reader (~> 2.11)
81-
rainbow (~> 3.0)
82-
typhoeus (~> 1.3)
83-
yell (~> 2.0)
84-
zeitwerk (~> 2.5)
8555
htmlbeautifier (1.4.3)
8656
http_parser.rb (0.8.1)
8757
i18n (1.14.8)
8858
concurrent-ruby (~> 1.0)
89-
io-event (1.14.2)
9059
jekyll (4.4.1)
9160
addressable (~> 2.4)
9261
base64 (~> 0.2)
@@ -124,45 +93,15 @@ GEM
12493
rb-inotify (~> 0.9, >= 0.9.10)
12594
logger (1.7.0)
12695
mercenary (0.4.0)
127-
metrics (0.15.0)
128-
mini_portile2 (2.8.9)
129-
nokogiri (1.19.1)
130-
mini_portile2 (~> 2.8.2)
131-
racc (~> 1.4)
132-
nokogiri (1.19.1-aarch64-linux-gnu)
133-
racc (~> 1.4)
134-
nokogiri (1.19.1-aarch64-linux-musl)
135-
racc (~> 1.4)
136-
nokogiri (1.19.1-arm-linux-gnu)
137-
racc (~> 1.4)
138-
nokogiri (1.19.1-arm-linux-musl)
139-
racc (~> 1.4)
140-
nokogiri (1.19.1-arm64-darwin)
141-
racc (~> 1.4)
142-
nokogiri (1.19.1-x86_64-darwin)
143-
racc (~> 1.4)
144-
nokogiri (1.19.1-x86_64-linux-gnu)
145-
racc (~> 1.4)
146-
nokogiri (1.19.1-x86_64-linux-musl)
147-
racc (~> 1.4)
14896
pathutil (0.16.2)
14997
forwardable-extended (~> 2.6)
150-
pdf-reader (2.15.1)
151-
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
152-
afm (>= 0.2.1, < 2)
153-
hashery (~> 2.0)
154-
ruby-rc4
155-
ttfunk
15698
public_suffix (7.0.2)
157-
racc (1.8.1)
158-
rainbow (3.1.1)
15999
rake (13.3.1)
160100
rb-fsevent (0.11.2)
161101
rb-inotify (0.11.1)
162102
ffi (~> 1.0)
163103
rexml (3.4.4)
164104
rouge (4.7.0)
165-
ruby-rc4 (0.1.5)
166105
safe_yaml (1.0.5)
167106
sass-embedded (1.97.3)
168107
google-protobuf (~> 4.31)
@@ -197,14 +136,8 @@ GEM
197136
google-protobuf (~> 4.31)
198137
terminal-table (3.0.2)
199138
unicode-display_width (>= 1.1.1, < 3)
200-
traces (0.18.2)
201-
ttfunk (1.7.0)
202-
typhoeus (1.5.0)
203-
ethon (>= 0.9.0, < 0.16.0)
204139
unicode-display_width (2.6.0)
205140
webrick (1.9.2)
206-
yell (2.2.2)
207-
zeitwerk (2.7.5)
208141

209142
PLATFORMS
210143
aarch64-linux-android
@@ -229,7 +162,6 @@ PLATFORMS
229162

230163
DEPENDENCIES
231164
fastimage
232-
html-proofer
233165
htmlbeautifier
234166
jekyll (~> 4.3)
235167
jekyll-sitemap

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ bundle exec jekyll build
2424

2525
Formats output HTML with `htmlbeautifier` automatically via a Jekyll hook.
2626

27-
## Check
28-
29-
```sh
30-
bin/htmlproofer
31-
```
32-
33-
Runs `htmlproofer` against `_site/` to verify links and images.
34-
3527
## License
3628

3729
CC-BY-4.0

bin/htmlproofer

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)