Skip to content

Improve error comment on forbidden commit message patterns and do not check forbidden messages on squash

Arvid Jakobsson requested to merge arvid@fix-fixup-warning-squash into master

This MR improves the option introduced in !1 (merged) for forbidding commit title patterns in two ways:

  • First, offending commits are printed in a readable list and the commit hash is included. image Previously, it looked like this: image
  • Second, the check is not run against MRs set to squash (fixes #3 (closed)).
Edited by Arvid Jakobsson

Merge request reports