Skip to content

Releases: rubyatscale/danger-packwerk

danger-packwerk 0.1.3

25 Apr 15:30
41b3d69
Compare
Choose a tag to compare

Fixed

  • Fix issue where some deprecated_references.yml files use single instead of double quotes and that can cause danger-packwerk to explode

danger-packwerk 0.1.2

20 Apr 15:44
91e86d0
Compare
Choose a tag to compare

Fixed

  • Fixes a bug where if a constant exists in a deprecated_references.yml that is a substring of another constant, danger-packwerk will attempt to leave the comment in the wrong location.

danger-packwerk 0.1.1

20 Apr 12:27
cfe8566
Compare
Choose a tag to compare

Fixed

  • Sometimes danger-packwerk would not leave a comment on a constant in a deprecated_references.yml if the constant was out of the diff range. This is fixed now by leaving the comment on the first reference to the file that has a violation, which should always be in the diff. See #2 for more info.

danger-packwerk 0.1.0

15 Apr 19:21
Compare
Choose a tag to compare

This initial release extracts danger-packwerk from Gusto's codebase.