Skip to content

Latest commit

 

History

History
executable file
·
38 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

executable file
·
38 lines (25 loc) · 867 Bytes

Dialyxir-pronto

Pronto runner for dialyxir

Configuring runner

First need install erlang-elixir-mix properly

Now you will need a global installation of mix dialyxir.

{:dialyxir, "~> 1.0.0-rc.2", runtime: false}

Installation

After install successfully dialyxir globally you simple need install this gem

gem install pronto-dialyxir

After the gem is installed, Pronto will already detect dialyxir runner inside a elixir project.

Configure checkers

You can configure in mix.exs

Credits