Current section
Files
Jump to
Current section
Files
ex_harness
CHANGELOG.md
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.