Current section

Files

Jump to
git_hooks lib git_hooks.ex
Raw

lib/git_hooks.ex

defmodule GitHooks do
@moduledoc """
Module that provides the git hooks supported and installs automatically the configured hooks.
"""
# credo:disable-for-next-line Credo.Check.Design.AliasUsage
Mix.Tasks.GitHooks.Install.install(quiet: true)
end