View Source Medic.Checks.Homebrew (Medic v1.8.8)

Expects a Brewfile to be present, and homebrew packages declared in the Brewfile to be up-to-date.

examples

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

@spec brewfile_exists?() :: Medic.Check.check_return_t()
@spec 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.

@spec bundled?(Path.t()) :: Medic.Check.check_return_t()