Skip to content

Analyis: Adds alert suspect word in commit message

When Merbocop parses commit messages for the word "WIP" it will now include "DRAFT" in that warning. This is consistent with Gitlabs practice of marking merge requests as "DRAFT". In addition, I have added a new warring for suspect fond words in a commit message. Example:

  • 👷 There is one commit tagged WIP or DRAFT while the MR is not.
  • 👷 There are a couple of commit messages with suspect words:
    • e39c7d4d: Foo fix up Bar.
    • 7e2c7fe5: Blah Blah skip ci
    • e49a1fef: fixup Baz

Merge request reports

Loading