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.
- Host: GitHub
- URL: https://github.com/a2/danger-linear_history
- Owner: a2
- License: mit
- Created: 2017-04-17T14:15:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T15:28:04.000Z (over 8 years ago)
- Last Synced: 2025-07-27T13:43:07.223Z (2 months ago)
- Topics: danger, danger-plugin
- Language: Ruby
- Homepage: https://github.com/a2/danger-linear_history
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.