Skip to content

Commit

Permalink
Add exception for reddit.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalbert committed Dec 27, 2023
1 parent 46d2783 commit 0108ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/html-proofer
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ url_ignores = [
%r{^https://guides\.github\.com/},
%r{^https://help\.github\.com/},
%r{^https://github\.com/},
%r{^https?://(www\.)?reddit\.com/},
]

HTMLProofer::Runner.new(
Expand Down

0 comments on commit 0108ff1

Please sign in to comment.