From 3c773e5270501dad9a392a560e0eb05422b753bc Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 4 Aug 2023 13:50:32 +0200 Subject: [PATCH] chore(repo): Introduce gitlint --- .gitlint | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlint diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..1d74fb6 --- /dev/null +++ b/.gitlint @@ -0,0 +1,14 @@ +[general] +ignore=B5,B6,B7,B8 + +[title-max-length] +line-length=72 + +[title-trailing-punctuation] +[title-hard-tab] +[title-match-regex] +regex=^(feat|fix|chore|refactor)\((android|ios|linux|windows|macos|interface|base|repo)(,(android|ios|linux|windows|macos|interface|base))*\): [A-Z0-9].*$ + + +[body-trailing-whitespace] +[body-first-line-empty]