CI: Configure gitlint for Conventional Commits 34/67634/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 7 May 2021 18:54:53 +0000 (11:54 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 7 May 2021 18:54:53 +0000 (11:54 -0700)
commit2fa75cbbb90658de293b827e1b3711b2b9f90eb8
tree220e49c4b79db91c9c4000e60f1536a58342f751
parenta2df3cfb5fd091794f6b5b8e3f484da2b9474666
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

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I1ce07d05302e7c4b86b37231fe5f17eab8191b36
.gitlint [new file with mode: 0644]