An open API service indexing awesome lists of open source software.

https://github.com/a2/danger-linear_history

Enforce linear history inside your project.
https://github.com/a2/danger-linear_history

danger danger-plugin

Last synced: 2 months ago
JSON representation

Enforce linear history inside your project.

Awesome Lists containing this project

README

          

# danger-linear_history

Enforce linear history inside your project.

## Installation

```sh
$ gem install danger-linear_history
```

## Usage

```ruby
linear_history.validate!
```

## 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.