Skip to content

carakan/pronto-credo

Repository files navigation

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

About

pronto runner for credo, a code analysis tool for Elixir programming language

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages