danger-reek

Build Status Dependency Status Maintainability Coverage Version License

A Danger plugin for 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

  1. Clone this repo
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Use bundle exec guard to automatically have tests run as you make changes.
  5. Make your changes.