Skip to content

Commit 448c3d1

Browse files
author
Pablo
committed
(chore): ignore linkedin.com (HTTP status 999) and keybase.io on HTML Proofer
1 parent 8703e24 commit 448c3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def html_proofer
66
puts "HTML Proofer version: #{HTMLProofer::VERSION}"
77
HTMLProofer.check_directory("./_site", {
88
:allow_hash_href => true,
9-
:http_status_ignore => [999] # LinkedIn returning 999
9+
:url_ignore => [/linkedin.com/, /keybase.io/]
1010
}).run
1111
end
1212

0 commit comments

Comments
 (0)