API Reference ex_harness v#0.1.3

Copy Markdown View Source

Modules

ExHarness is a one-command installer for an Elixir/Phoenix static-analysis suite plus a runnable whole-codebase audit.

Pure functions that render an audit report from dialyzer + reach results.

Runs mix dialyzer in the host project and parses its short-format output into [%{file, line, kind, message}].

Runs Reach across the host project and returns the data the audit renderer needs (scope, taints, dead-code candidates).

Mix Tasks

Full-codebase audit via dialyzer + reach

Install ex_harness static-analysis suite