Skip to content

Commit

Permalink
Don't check Gartner URLs
Browse files Browse the repository at this point in the history
They seem to block them now.
  • Loading branch information
chadlwilson committed Feb 12, 2024
1 parent caf1063 commit f2f4bcd
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)|(linkedin)|(twitter):*)/],
:ignore_urls => [/([https]:\/\/(localhost)|(github)|(blogs\.oracle)|(etsy)|(.*openjdk)|(.*\.stackexchange)|(gartner)|(linkedin)|(twitter):*)/],
:allow_hash_href => true,
:allow_missing_href => true,
:check_external_hash => true,
Expand Down

0 comments on commit f2f4bcd

Please sign in to comment.