Skip to content

Commit eb101dd

Browse files
authored
Merge pull request #769 from github/ignore-drupal-403
ignore drupal.org url that obtains 403 in tests but works
2 parents 2eb8e55 + 104d0b7 commit eb101dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/html-proofer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ require "html-proofer"
55

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

1011
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)