Skip to content

Commit

Permalink
Correct Reyes
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Sep 21, 2023
1 parent 2168967 commit e7dcc97
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)|(.*\.stackexchange)|(linkedin)|(twitter):*)/],
:allow_hash_href => true,
:allow_missing_href => true,
:check_external_hash => true,
Expand Down

0 comments on commit e7dcc97

Please sign in to comment.