Skip to content

Commit e5819b6

Browse files
authored
Merge pull request #919 from github/jk-ignore-url
ignore url
2 parents cc26f43 + 4146a8b commit e5819b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/html-proofer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ require "html-proofer"
55

66
url_ignores = [
77
"https://okdistribute.xyz/post/okf-de",
8-
"https://www.drupal.org/community-initiatives/drupal-core/usability"
8+
"https://www.drupal.org/community-initiatives/drupal-core/usability",
9+
"https://scripts.sil.org/ofl",
910
]
1011

1112
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)