Skip to content

Commit 4368912

Browse files
authored
chore: ignore checking some more domains
1 parent 043f6ca commit 4368912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tasks/static_checks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace :static_checks do
99

1010
options = {
1111
:disable_external => should_not_run_external_url_checks?,
12-
:ignore_urls => [/http(s?):\/\/(www\.)?(localhost|github|blogs\.oracle|etsy|.*openjdk|.*\.stackexchange|askubuntu|gartner|linkedin|twitter|www.netspi|.*hashnode|papers\.ssrn|wired|forbes|medium|hub\.docker|kubernetes\.io|gauge\.org|noris\.de|wiki\.alpinelinux\.org|puppetlabs\.com)/],
12+
:ignore_urls => [/http(s?):\/\/(www\.)?(localhost|github|blogs\.oracle|etsy|.*openjdk|.*\.stackexchange|askubuntu|gartner|linkedin|twitter|www.netspi|.*hashnode|papers\.ssrn|wired|forbes|medium|hub\.docker|kubernetes\.io|gauge\.org|noris\.de|wiki\.alpinelinux\.org|puppetlabs\.com|itrevolution\.com|docs\.redhat\.com)/],
1313
:allow_hash_href => true,
1414
:allow_missing_href => true,
1515
:check_external_hash => true,

0 commit comments

Comments
 (0)