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

Runs `mix credo` against staged Elixir files.

## Options

  * `:strict` — pass `--strict` to credo. Default `false`.

## Defaults

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

---

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