Skip to content

Commit a645f3b

Browse files
authored
Merge pull request github#2063 from github/dependabot-bundler-html-proofer-3.18.2
Bump html-proofer from 3.18.1 to 3.18.2
2 parents 3ceb3b0 + ecc615d commit a645f3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
html-pipeline (2.14.0)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
87-
html-proofer (3.18.1)
87+
html-proofer (3.18.2)
8888
addressable (~> 2.3)
8989
mercenary (~> 0.3)
9090
nokogumbo (~> 2.0)

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)