diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..55f4b7e --- /dev/null +++ b/.gitlint @@ -0,0 +1,10 @@ +[general] +ignore=B5,B6,B7,B8 +[title-max-length] +line-length=72 +[title-trailing-punctuation] +[title-hard-tab] +[title-match-regex] +regex=^(feat|fix|test|release|chore|security):.*$ +[body-trailing-whitespace] +[body-first-line-empty] \ No newline at end of file