Tidy

Checks documentation and specs of Elixir modules.

Installation

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

def deps do
  [
    {:tidy, "~> 0.0.1"}
  ]
end

The documentation can be found at https://hexdocs.pm/tidy.