Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages

This commit is contained in:
Baffour Adu Boampong 2020-08-18 22:19:32 +00:00
commit 27ee9cf7b9

View File

@ -54,6 +54,10 @@ module Repology
end
def validate_and_format_packages(outdated_repology_packages, limit)
if outdated_repology_packages.size > 10 && (limit.blank? || limit > 10)
ohai "Verifying outdated repology packages"
end
packages = {}
outdated_repology_packages.each do |_name, repositories|