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 priv config.example.exs
Raw

priv/config.example.exs

use Mix.Config
config :husky,
pre_commit: "mix format --check-formatted && mix credo --strict",
pre_push: "mix test"