0.0
No commit activity in last 3 years
No release in over 3 years
This allows you to take the output of Dialyzer and submit its errors with Pronto.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 10.0
>= 0

Runtime

< 0.10.0, >= 0.6.0
 Project Readme

Pronto runner for Dialyzer

This allows you to take the output of Dialyzer and submit its errors with Pronto. It works with both Elixir and Erlang.

Installation

As an Elixir/Erlang application will probably not have a Gemfile, install it with:

$ gem install pronto-dialyzer

After the gem is installed, Pronto will already detect the Dialyzer runner.

Usage

It's important to enable the -fullpath option in your Dialyzer configuration and send the output to a file with -o.

The path for Dialyzer's output file should then be passed to the runner. It uses the environment variable PRONTO_DIALYZER_OUTPUT to define the location of Dialyzer's output file. If this variable is not defined, it will look for the file dialyzer.out.

Running on Travis CI

Pronto works perfectly to create comment on PRs and commits. For that, use pronto run as described in the readme for Pronto.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iurifq/pronto-dialyzer.

License

The gem is available as open source under the terms of the MIT License.