Sha256: 963173ecfa6448d4433cb195d31a8f6d43de0dc816c497beaf72ad05a219e75f
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
# 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
danger-linear_history-0.0.2 | README.md |
danger-linear_history-0.0.1 | README.md |