The CI complains about one of my commit messages#

The CI complains about one of my commit messages

In CI one of my commit messages is flagged, what can I do about that?

Follow the commit message guideline

Our policy for commit messages is as follows

  • subject line max. 60 chars

  • body line(s) max. 72 chars

  • subject line needs to match the regex ^.+: .*$

examples

Bad

I touched this file, because of this and that reason

This is a too long subject line and doesn’t match the regex.

Better use

file: change behavior

<reason of the change goes here>

Good

scotty: improve UX

This change adds some user experience improvements,
such as:

- better error messages
- improved workflow

Only in CI

Due to some limitations of the used tool, the checks can only be performed in CI and not locally