Skip to content

Commit 431694e

Browse files
committed
fix: ignore npmjs.com url as it 403s
Signed-off-by: jmeridth <[email protected]>
1 parent 508f327 commit 431694e

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
@@ -24,6 +24,7 @@ url_ignores = [
2424
%r{^https://github\.com/},
2525
%r{^https?://(www\.)?reddit\.com},
2626
%r{^https://rockwoodleadership\.org/},
27+
%r{^https://(www\.)?npmjs\.com},
2728
]
2829

2930
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)