danger-linear_history
Enforce linear history inside your project.
Installation
$ gem install danger-linear_historyUsage
linear_history.validate!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.