https://github.com/prontolabs/pronto-reek
Pronto runner for Reek, code smell detector for Ruby
https://github.com/prontolabs/pronto-reek
analyzer pronto pronto-runner ruby smell-detector
Last synced: 14 days ago
JSON representation
Pronto runner for Reek, code smell detector for Ruby
- Host: GitHub
- URL: https://github.com/prontolabs/pronto-reek
- Owner: prontolabs
- License: mit
- Created: 2014-03-02T17:21:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T06:49:20.000Z (almost 3 years ago)
- Last Synced: 2025-09-14T10:57:59.644Z (about 1 month ago)
- Topics: analyzer, pronto, pronto-runner, ruby, smell-detector
- Language: Ruby
- Homepage:
- Size: 52.7 KB
- Stars: 31
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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
```