Rename livecheck_formulae_and_casks to run_checks
This commit is contained in:
parent
064e93df5b
commit
f06f83ca69
@ -80,6 +80,6 @@ module Homebrew
|
|||||||
|
|
||||||
raise UsageError, "No formulae or casks to check." if formulae_and_casks_to_check.blank?
|
raise UsageError, "No formulae or casks to check." if formulae_and_casks_to_check.blank?
|
||||||
|
|
||||||
Livecheck.livecheck_formulae_and_casks(formulae_and_casks_to_check, args)
|
Livecheck.run_checks(formulae_and_casks_to_check, args)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -44,7 +44,7 @@ module Homebrew
|
|||||||
# Executes the livecheck logic for each formula/cask in the
|
# Executes the livecheck logic for each formula/cask in the
|
||||||
# `formulae_and_casks_to_check` array and prints the results.
|
# `formulae_and_casks_to_check` array and prints the results.
|
||||||
# @return [nil]
|
# @return [nil]
|
||||||
def livecheck_formulae_and_casks(formulae_and_casks_to_check, args)
|
def run_checks(formulae_and_casks_to_check, args)
|
||||||
# Identify any non-homebrew/core taps in use for current formulae
|
# Identify any non-homebrew/core taps in use for current formulae
|
||||||
non_core_taps = {}
|
non_core_taps = {}
|
||||||
formulae_and_casks_to_check.each do |fc|
|
formulae_and_casks_to_check.each do |fc|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user