# Pronto runner for Reek [](https://codeclimate.com/github/prontolabs/pronto-reek) [](https://travis-ci.org/prontolabs/pronto-reek) [](http://badge.fury.io/rb/pronto-reek) [](https://gemnasium.com/prontolabs/pronto-reek) Pronto runner for [Reek](https://github.com/troessner/reek), code smell detector for Ruby. [What is Pronto?](https://github.com/prontolabs/pronto) ## Configuration Configuring Reek via [config.reek](https://github.com/troessner/reek#configuration-file), 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): ```yaml reek: severity_level: warning # default is info ```
Project
pronto-reek
Pronto runner for Reek, code smell detector for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
Pull Requests
Development
Project Readme