From 62b6e16cbc605dabeecdf5d03aed5bd91427856b Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 10 Sep 2023 13:46:45 +0200 Subject: [PATCH] feat(repo): Add gitlint --- .gitlint | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlint diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..b4fb19d --- /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)\((android|ios|linux|windows|macos|all|docs|service|media|platform|notifications|picker|repo)\): [A-Z0-9].*$ + + +[body-trailing-whitespace] +[body-first-line-empty]