prontolabs / pronto-reek

Pronto runner for Reek, code smell detector for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pronto runner for Reek

Code Climate Build Status Gem Version Dependency Status

Pronto runner for Reek, code smell detector for Ruby. What is Pronto?

Configuration

Configuring Reek via config.reek, or any file ending with .reek, will work just fine with pronto-reek.

You can also specify a custom severity level for the reek smells with the environment variable PRONTO_REEK_SEVERITY_LEVEL.

Or if you prefer provide it on your .pronto.yml (environment variable has precedence over file):

reek:
  severity_level: warning # default is info

About

Pronto runner for Reek, code smell detector for Ruby

License:MIT License


Languages

Language:Ruby 100.0%