Pronto runner for Reek, code smell detector for Ruby. What is Pronto?
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