Skip to content

Do not fail danger if suggestion commit msg > 72

Achilleas Pipinellis requested to merge danger-apply-suggestions-72-chars into master

What does this MR do?

Builds upon https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29687, where we require squash to be enabled when suggestions are applied.

There was an edge case where suggestions commits are more than 72 characters and danger failed.

No need to fail the ones that are more than 72 characters long since they will be squashed anyway.

Edited by Achilleas Pipinellis

Merge request reports