Updated git submodules
[docs.git] / .coafile
index 3e9b010111175331e4e43d5b68526e299974c341..359435e1432cbd0c69b183c98d10aa21dc775371 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,3 +1,11 @@
+[Git]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+    Also-by,
+    Co-authored-by,
+    http://,
+    https://
+
 [Markdown]
 bears = MarkdownBear
 files = **/*.md
@@ -28,3 +36,10 @@ ignore = .*/**,
     docs/submodules/spectrometer/**,
     docs/templates/template-user-guide.rst,
     docs/user-guide/**
+
+[Shell]
+bears = ShellCheckBear
+files = **.sh
+ignore = .**,
+    docs/submodules/**,
+