Skip to content

Commit ecc615d

Browse files
committed
script/html-proofer: ignore Twitter failures.
They aren't actually failures.
1 parent 00cc7a1 commit ecc615d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/html-proofer

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ url_ignores = [
77
"https://okdistribute.xyz/post/okf-de",
88
"https://www.drupal.org/community-initiatives/drupal-core/usability",
99
"https://scripts.sil.org/ofl",
10+
%r{^https?://twitter\.com/},
1011
]
1112

1213
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)