All Projects → carakan → pronto-credo

carakan / pronto-credo

Licence: MIT license
pronto runner for credo, a code analysis tool for Elixir programming language

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to pronto-credo

docheader
A small tool to check license headers
Stars: ✭ 65 (+441.67%)
Mutual labels:  checker
validate-chain
前后端共用的表单验证链,以及中文的验证错误反馈信息
Stars: ✭ 26 (+116.67%)
Mutual labels:  checker
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (+158.33%)
Mutual labels:  runner
Elaina
🔮 Docker-based remote code runner. / 基于 Docker 的远程代码运行器
Stars: ✭ 36 (+200%)
Mutual labels:  runner
SocialMediaChecker
[ Twitter - Instagram - Snapchat ] Email Checker .
Stars: ✭ 71 (+491.67%)
Mutual labels:  checker
pronto-reek
Pronto runner for Reek, code smell detector for Ruby
Stars: ✭ 27 (+125%)
Mutual labels:  pronto
cscanner
An open source, multi-cloud DevSecOps compliance checker
Stars: ✭ 19 (+58.33%)
Mutual labels:  checker
compatip
A simple tool to ensure compatibility between microservices
Stars: ✭ 13 (+8.33%)
Mutual labels:  checker
BitGen
Bitcoin wallet generator and scrapper
Stars: ✭ 87 (+625%)
Mutual labels:  checker
pronto-flay
Pronto runner for Flay, structural similarities analyzer
Stars: ✭ 18 (+50%)
Mutual labels:  pronto
instant-mocha
☕️ Build tests with Webpack and run with Mocha in one command
Stars: ✭ 39 (+225%)
Mutual labels:  runner
Rails-Application-Template
Base template for creating rails applications.
Stars: ✭ 18 (+50%)
Mutual labels:  runner
deps-ok
Fast checking of top level dependencies based on version numbers
Stars: ✭ 17 (+41.67%)
Mutual labels:  checker
util
封装了一些Java常用的功能
Stars: ✭ 19 (+58.33%)
Mutual labels:  checker
Phexecute
Phexecute - Awesome PHP Code Runner
Stars: ✭ 18 (+50%)
Mutual labels:  runner
taskrunner
🍑 a configurable task runner written in go
Stars: ✭ 28 (+133.33%)
Mutual labels:  runner
crowntool
Multi Tool with many functions coming
Stars: ✭ 55 (+358.33%)
Mutual labels:  checker
xv
❌ ✔️ zero-config test runner for simple projects
Stars: ✭ 588 (+4800%)
Mutual labels:  runner
huginn
Programming language with no quirks, so simple every child can master it.
Stars: ✭ 41 (+241.67%)
Mutual labels:  runner
portakal
Bulk port checker written with Go
Stars: ✭ 18 (+50%)
Mutual labels:  checker

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].