Medic.Checks.Homebrew (Medic v1.7.0) View Source
Expects a Brewfile to be present, and homebrew packages declared in the Brewfile to be up-to-date.
Examples
{Check.Homebrew, :bundled?}
{Check.Homebrew, :bundled?, [path_to_file]}
Link to this section Summary
Functions
Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.
Link to this section Functions
Specs
brewfile_exists?() :: Medic.Check.check_return_t()
Specs
bundled?() :: Medic.Check.check_return_t()
Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.
Specs
bundled?(Path.t()) :: Medic.Check.check_return_t()