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, :console,
compile_time_purge_matching: [
[level_lower_than: :info]
]
config :husky,
path_to_consumer: "./dev/sandbox",
escript_path: "./priv/husky",
pre_commit: "mix format",
pre_push: "mix test"