Skip to content

ruby-grape/danger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0622a37 · Feb 2, 2024

History

31 Commits
Feb 2, 2024
Feb 2, 2024
Sep 3, 2016
Feb 2, 2024
Sep 3, 2016
Jul 30, 2016
May 9, 2020
Feb 2, 2024
Jul 30, 2016
May 9, 2020
May 9, 2020
Jul 30, 2016
Feb 2, 2024
Feb 2, 2024
May 9, 2020
Feb 2, 2024

Repository files navigation

Danger

Danger runs during Grape projects' CI process, and gives you a chance to automate common code review chores.

Build Status

Table of Contents

Setup

Enable Danger for a project within the ruby-grape organization.

Add Danger

Add ruby-grape-danger to Gemfile.

gem 'ruby-grape-danger', require: false

Add Dangerfile

Commit a Dangerfile, eg. Grape's Dangerfile.

danger.import_dangerfile(gem: 'ruby-grape-danger')

Commit via a Pull Request

To test things out, make a dummy entry in CHANGELOG.md that doesn't match the standard format and make a pull request. Iterate until green.

License

MIT License. See LICENSE for details.