View Source Medic.Checks.Git (Medic v1.11.0)

Common checks for git configuration

Examples

{Check.Git, :uses_ssh?, ["github.com"]}

Summary

Functions

Checks to make sure that git defaults to using SSH instead of HTTPS.

Functions

@spec uses_ssh?(binary()) :: Medic.Check.check_return_t()

Checks to make sure that git defaults to using SSH instead of HTTPS.