Activate coala checking of comit messages
[integration/distribution.git] / .coafile
diff --git a/.coafile b/.coafile
new file mode 100644 (file)
index 0000000..6e9dfd7
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,13 @@
+[GitCommit]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+    Also-by,
+    Co-authored-by,
+    http://,
+    https://
+
+[Python]
+bears = PEP8Bear
+files = **/*.py
+ignore = .*/**
+max_line_length = 120