CI: Configure gitlint for Conventional Commits 58/67958/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 10 Jun 2021 20:55:09 +0000 (13:55 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 10 Jun 2021 20:55:09 +0000 (13:55 -0700)
commitfdc384003a93987c895f0e950abfb8cde0411b3b
treef4dec0ec2e8b299c5e0dfe084d5074e7032187d5
parent6f31e5276927fe0860bc0e042716df31fb18c336
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: I99779c6188ab2a4e57022a4ac552cbc3749accc2
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitlint [new file with mode: 0644]