0.0
No commit activity in last 3 years
No release in over 3 years
Packages a Dangerfile to be used with Danger for projects within the Ruby Grape community.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 6.0.9
 Project Readme

danger

Company-wide danger.systems rules.

Rules

  • Marking PR as "Work in progress" if Title or Label contains "[WIP]"
  • Marking PR as LARGE if lines of code changed > 500
  • Enforcing changelog to follow the Intridea format
  • Fails PR if missing pr_labels
  • Warns when PR doesn't haven an assignee
  • Warns if target branch is "release" that it will tag and deploy
  • Warns if there is insufficient PR description

Contributing

  1. Commit your changes to a new branch that follows the naming pattern: proposal/[INITIALS]-[SHORT_TITLE] (i.e. proposal/dh-verify-description)
  2. Update the version number in /lib/52inc-danger/version.rb
  3. Open PR with an appropriate title and description
  4. Be sure to assign @r0adkll and add an appropriate label
  5. Also flag @r0adkll for a code review