danger-reek
Installation
$ gem install danger-reek
Usage
reek
Lints Ruby files via Reek. Results are sent as inline comments.
Running Reek# Runs Reek on modified and added files in the PR reek.lint
Methods
lint - Runs Ruby files through Reek.
Development
- Clone this repo
- Run
bundle installto setup dependencies. - Run
bundle exec rake specto run the tests. - Use
bundle exec guardto automatically have tests run as you make changes. - Make your changes.