$ gem install danger-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
lint
- Runs Ruby files through Reek.
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.