This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 475a16b6 Try to fix crash
475a16b6 is described below

commit 475a16b665ebdafb1e7c102226cc7a48e475fa93
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 29 15:37:28 2022 +0100

    Try to fix crash
---
 lib/whimsy/sitestandards.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index f6edf6f9..25f7ac17 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -120,8 +120,8 @@ module SiteStandards
     },
 
     'resources' => { # Custom: resources not outside ASF
-      CHECK_TEXT => nil,
-      CHECK_CAPTURE => nil,
+      CHECK_TEXT => %r{Found \d+ external resources},
+      CHECK_CAPTURE => %r{Found \d+ external resources},
       CHECK_VALIDATE => %r{Found 0 external resources},
       CHECK_TYPE => false,
       CHECK_POLICY => 'https://privacy.apache.org/faq/committers.html',

Reply via email to