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 c42229f8 Too noisy
c42229f8 is described below

commit c42229f8a4e63ae69f8eb7ebc26d45224b982b6b
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 25 22:05:13 2025 +0100

    Too noisy
---
 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 360870cf..f678dd4a 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -256,8 +256,8 @@ module SiteStandards
     squashed = site&.gsub(/ +/, ' ') # data might be missing
     return true if squashed == NON_PMC
     if squashed =~ DEFAULT_CSP_RE
-      custom = $1
-      $stderr.puts [key, custom].inspect if custom.size > 1
+      # custom = $1
+      # $stderr.puts [key, custom].inspect if custom.size > 1
       return true
     end
     return false

Reply via email to