Packages

One-command installer for an Elixir static-analysis suite (credo, dialyxir, ex_dna, ex_slop, boundary, reach) plus a `mix harness.init` whole-codebase audit.

Current section

Files

Jump to
ex_harness CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.0 - Initial release
- `mix harness.install` — Igniter task that adds the static-analysis
suite (credo, dialyxir, ex_dna, ex_slop, boundary, reach,
makeup/makeup_elixir) to a host project and wires up `compilers`,
`:dialyzer`, the `precommit` alias, `.gitignore`, and a default
`.credo.exs`.
- `mix harness.init` — runs dialyzer + reach across the whole project
and writes a Markdown/JSON audit report to `.harness/`.
- `--skip <list>` option for both tasks.