Skip to content

Commit

Permalink
Exclude reddit links from link test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcone committed Dec 16, 2023
1 parent 9b8dbad commit 1dbff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task :test do
'https://twitter.com/settermjd/status/1126099562345705472',
'https://twitter.com/datamorgan/status/1109518506125451264',
'https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-',
%r{https://dpaste.com/*}],
%r{https://dpaste.com/*},
%r{https://www.reddit.com/*}],
:url_swap => { %r{https://www.markdownguide.org} => '' },
:typhoeus => {
Expand Down

0 comments on commit 1dbff7c

Please sign in to comment.