Analyze

Analyze your Elixir projects running a suite of code tools.

Installation

The package can be installed by adding analyze to your list of dependencies in mix.exs:

def deps do
  [{:analyze, "~> 0.1.5"}]
end

The docs can be found at https://hexdocs.pm/analyze.