Skip to content

saberespoder/sep-danger

Repository files navigation

Dependency Status Build Status

Sep::Danger

This is based on Danger and helps us automate our code-reviews. Everything is very opionated and aimed only for Rails.

Installation

Add this line to your application's Gemfile:

gem 'sep-danger'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sep-danger

Usage

After you've added gem to Gemfile, just add Dangerfile to root of your project with contents:

danger.import_dangerfile(gem: 'sep-danger')

Features

Releasing new version

  1. be sure to be in master branch
  2. Change version in version file
  3. run rake master_release

Yes, it so simple!

Development

Automate code review process to maximize time on what matters.

Ideas for this, could be found in:

Lead maintainer for this project is @dvdbng

License

The gem is available as open source under the terms of the MIT License.