Medic.Checks.Direnv (Medic v2.0.1)

View Source

Direnv - unclutter your .profile

https://direnv.net

Examples

{Check.Direnv, :envrc_file_exists?}
{Check.Direnv, :has_all_keys?}

Summary

Functions

Checks to make sure that .envrc exists in the project root directory.

Compares keys in .envrc.sample and .envrc, to ensure that all sample keys have a real export.

Functions

envrc_file_exists?()

@spec envrc_file_exists?() :: Medic.Check.check_return_t()

Checks to make sure that .envrc exists in the project root directory.

has_all_keys?()

@spec has_all_keys?() :: Medic.Check.check_return_t()

Compares keys in .envrc.sample and .envrc, to ensure that all sample keys have a real export.