# `GitHoox.Hooks.Dialyzer`
[🔗](https://github.com/sgerrand/git_hoox/blob/v0.1.0/lib/git_hoox/hooks/dialyzer.ex#L1)

Runs `mix dialyzer --quiet`.

**Slow** — PLT builds and whole-project analysis make this unsuitable
for `pre_commit`. Configure on `pre_push`.

## Defaults

  * `stage_fixed: false`
  * `files: ~w(lib/**/*.ex)`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
