Skip to content

Commit

Permalink
Ignore netspi URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Dec 13, 2024
1 parent 41038a4 commit 58677ea
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)|(etsy)|(.*openjdk)|(.*\.stackexchange)|(askubuntu)|(gartner)|(linkedin)|(twitter):*)/],
:ignore_urls => [/http(s?):\/\/(localhost|github|blogs\.oracle|etsy|.*openjdk|.*\.stackexchange|askubuntu|gartner|linkedin|twitter|www.netspi)/],
:allow_hash_href => true,
:allow_missing_href => true,
:check_external_hash => true,
Expand Down

0 comments on commit 58677ea

Please sign in to comment.