Packages

Git hooks made easy. Husky can prevent bad git commit, git push and more 🐶 ❤️ woof! - Elixir equivalent of the husky npm package

Current section

Files

Jump to
husky config test.exs
Raw

config/test.exs

use Mix.Config
config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :info]
]
config :husky,
git_root_location: "dev/sandbox/git",
git_hooks_location: "dev/sandbox/git/hooks",
script_path: "../../../../priv/husky"