andrewmusselman commented on code in PR #318:
URL: https://github.com/apache/whimsy/pull/318#discussion_r3510544352
##########
lib/whimsy/sitewebsite.rb:
##########
@@ -206,6 +210,17 @@ def display_overview(sites, analysis, checks, tlp = true)
cls = SiteStandards.label(analysis, links, c, n)
_td '', class: cls, data_sort_value: sort_order[cls]
end
+ downloads = links['downloads'] || {}
+ if downloads.empty?
Review Comment:
I re-purposed amber for the downloads column to mean "not expected," got
nonpmc values from the committee, and hard-coded PMCs that don't have downloads.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]