We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ceb3b0 + ecc615d commit a645f3bCopy full SHA for a645f3b
Gemfile.lock
@@ -84,7 +84,7 @@ GEM
84
html-pipeline (2.14.0)
85
activesupport (>= 2)
86
nokogiri (>= 1.4)
87
- html-proofer (3.18.1)
+ html-proofer (3.18.2)
88
addressable (~> 2.3)
89
mercenary (~> 0.3)
90
nokogumbo (~> 2.0)
script/html-proofer
@@ -7,6 +7,7 @@ url_ignores = [
7
"https://okdistribute.xyz/post/okf-de",
8
"https://www.drupal.org/community-initiatives/drupal-core/usability",
9
"https://scripts.sil.org/ofl",
10
+ %r{^https?://twitter\.com/},
11
]
12
13
HTMLProofer::Runner.new(
0 commit comments