0.0
No commit activity in last 3 years
No release in over 3 years
This allows you to take the output of Dogma 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.6.0
 Project Readme

Pronto runner for Dogma

This allows you to take the output of Dogma and submit its errors with Pronto.

Installation

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

$ gem install pronto-dogma

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

Usage

It's important to run Dogma with --format=flycheck and send the output to a file.

The path for Dogma's output file should then be passed to the runner. It uses the environment variable PRONTO_DOGMA_OUTPUT to define the location of Dogma's output file. If this variable is not defined, it will look for the file dogma.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-dogma.

License

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