siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

Imperative mood can ignore prefacing emoji #212

Open sheldonhull opened 3 years ago

sheldonhull commented 3 years ago

I enjoy adding a mapped emoji in the log to categorize the conventional commit changes.

refactor(something): 🔨 align splines to resolve x

conform will fail despite using imperative mood because the first word it evaluates is the emoji.

Can this be skipped to allow the first valid word to be evaluated instead?

I believe this is also failing the Header case check for "lowercase" due to the emoji character.