Skip to content

Commit cddd33b

Browse files
committed
Remove mention of an option we're not using
1 parent 32ef206 commit cddd33b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ task :validate => [:build] do
3131
# --empty-alt-ignore # To avoid needing to fix lots upfront, we can migrate towards this later.
3232
# --allow-hash-href # Allow empty `#` links to mean "top of page". It's true that these can be errors, however we have far too many to really address this.
3333
# --url-swap # Adjust for Jekyll's baseurl. See https://github.com/gjtorikian/html-proofer/issues/618 for more.
34-
# --url-ignore # Allow mailto links without a target email, for our Share links. Works around https://github.com/gjtorikian/html-proofer/issues/552.
35-
# # Allow old event links which aren't easily updated.
3634
sh('bundle exec htmlproofer _site --assume-extension --disable-external --empty-alt-ignore --allow-hash-href --url-swap "^/docs/:/"')
3735
end

0 commit comments

Comments
 (0)