CI: Configure gitlint for Conventional Commits 61/68161/3
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 28 Jun 2021 17:30:05 +0000 (10:30 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 29 Jun 2021 18:01:29 +0000 (11:01 -0700)
commitcc6f732b6466407738ee7456e295d451010ee8f8
tree7af959f982fb51f84d34a847363e8a1e3161abfa
parenta7beeb4b05cad87e75edabf25779a239317ce7e4
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: Ifa301f8f6b8fa5c5838934b8ffcfa47e746cd95d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitlint [new file with mode: 0644]