Skip to content

prontolabs/pronto-reek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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