CI: Configure gitlint for Conventional Commits 14/67614/4
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 16:52:33 +0000 (09:52 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 17:46:30 +0000 (10:46 -0700)
commit50694603867093888fb581b5e1d2444b915e5bc1
treec2797fa8cc0f71a711722ad35ef2c52af35f7971
parentbe0de7e3278f0c1479c87c579b3998d77ec9b7a8
CI: Configure gitlint for Conventional Commits

Turn on Conventional Commit message subject validation. This will affect
CI specifically, but developers can avoid having CI fail by assuring
that they have installed pre-commit and that they have also run

pre-commit install --hook-type commit-msg

The above is needed because pre-commit does not install commit-msg hooks
by default

Change-Id: If45c7a256f7d769eb092d867217468b9d6c53384
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitlint [new file with mode: 0644]
releasenotes/notes/conventional_commit-3d9847194b514c13.yaml [new file with mode: 0644]