From 8f0d7c2a841868c4a974927fda8e231c8f7576a8 Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Mon, 19 Aug 2024 08:37:49 -0400 Subject: [PATCH] chore: add gitlint config file This commit adds the same .gitlint configuration file we have in release-service and release-service-utils. Signed-off-by: Johnny Bieren --- .gitlint | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlint diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..3787b83 --- /dev/null +++ b/.gitlint @@ -0,0 +1,18 @@ +[general] +contrib=contrib-title-conventional-commits,CC1 +extra-path=.github/gitlint +ignore=T5 + +[title-max-length] +line-length=72 + +[body-max-line-length] +line-length=88 + +[body-first-line-empty] + +[contrib-title-conventional-commits] + +[ignore-by-author-name] +regex=(.*)\[bot\](.*) +ignore=T1,B1