aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlint
diff options
context:
space:
mode:
Diffstat (limited to '.gitlint')
-rw-r--r--.gitlint12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlint b/.gitlint
new file mode 100644
index 0000000..a311aaf
--- /dev/null
+++ b/.gitlint
@@ -0,0 +1,12 @@
+[title-match-regex]
+regex=^\[[A-Z0-9]+]\[*[A-Z0-9]*]* [A-Z]+[\S ]*$
+
+[body-match-regex]
+regex=.{20,}
+
+[ignore-by-title]
+regex=^Release(.*)
+ignore=title-match-regex,body-min-length
+
+[ignore-body-lines]
+regex=^(Issue-ID|Signed-off-by|Change-Id|Reported-by|Depends-on|Co-authored-by|Fixes|Acked-by|Reviewed-by|CC)