Skip to content

Commit

Permalink
Merge pull request #3185 from chrishalbert/bug/html-proof-reddit-errors
Browse files Browse the repository at this point in the history
Add exclusion for reddit and updating contribution markdown.
  • Loading branch information
ahpook committed Jan 2, 2024
2 parents eb61dd5 + de68a06 commit e77a81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you're writing content, see the [style guide](./docs/styleguide.md) to help y

## Setting up your environment

This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/).
This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/) along with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).

Once you have that set up:

Expand Down
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 e77a81a

Please sign in to comment.