Skip to content

Validate commit message format

Simone Guzzi requested to merge fix-husky into dev

See portal!298 (comment 719689611)

As unfortunately .gitmessage is not picked up automatically by the IDE, to still prevent us from accidentally using things like doc instead of docs etc., we should look into adding things like commitlint and/or commitizen as git commit hooks to verify if the commit message is correct and fail otherwise.

Also add this to all the other projects as well.

Edited by Simone Guzzi

Merge request reports