Skip to content

Commit

Permalink
Ignore etsy URLs for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Nov 24, 2023
1 parent dc47aa5 commit 77ed4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/static_checks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace :static_checks do

options = {
:disable_external => should_not_run_external_url_checks?,
:ignore_urls => [/([https]:\/\/(localhost)|(github)|(blogs\.oracle)|(.*\.stackexchange)|(linkedin)|(twitter):*)/],
:ignore_urls => [/([https]:\/\/(localhost)|(github)|(blogs\.oracle)|(etsy)|(.*\.stackexchange)|(linkedin)|(twitter):*)/],
:allow_hash_href => true,
:allow_missing_href => true,
:check_external_hash => true,
Expand Down

0 comments on commit 77ed4c4

Please sign in to comment.