0.02
No commit activity in last 3 years
No release in over 3 years
A pronto runner for Credo - Elixir code analyzer. Pronto runs analysis quickly by checking only the relevant changes. Created to be used on pull requests, but suited for other scenarios as well.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
~> 3.3

Runtime

> 0.7.0, ~> 0.7
 Project Readme

Credo-pronto

Pronto runner for credo

Configuring runner

First need install erlang-elixir-mix properly

Now you will need a global installation of mix credo and bunt.

To install blunt (globally)

git clone https://github.com/rrrene/bunt
cd bunt
mix archive.build
mix archive.install

To install credo (globally):

git clone https://github.com/rrrene/credo
cd credo
mix archive.build
mix archive.install

Installation

After install successfully credo globally you simple need install this gem

gem install pronto-credo

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

Configure checkers

You can configure what checkers need in the project using .credo.exs configuration file

Credits