Skip to content

Commit be8b901

Browse files
authored
Merge pull request #3321 from github/jm_add_url_to_ignored
fix: add readwrite url to ignored urls to pass CI
2 parents 362e9e7 + 251ef13 commit be8b901

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
@@ -9,6 +9,7 @@ url_ignores = [
99
"https://scripts.sil.org/ofl",
1010
"https://the-orbit.net/almostdiamonds/2014/04/10/so-youve-got-yourself-a-policy-now-what/",
1111
"https://pages.18f.gov/open-source-guide/making-readmes-readable/",
12+
%r{^https?://readwrite\.com/2014/10/10/open-source-diversity-how-to-contribute/},
1213
%r{^https?://twitter\.com/},
1314
%r{^https?://(www\.)?kickstarter\.com/},
1415
%r{^https://guides\.github\.com/},

0 commit comments

Comments
 (0)