Update git submodules
[docs.git] / .coafile
index 6aa56400032b72f0675ee6e7ee1b47d2f60dcfcd..4dfcaca79755f496f7726813400974187d709e49 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,18 +1,32 @@
+[Default]
+use_spaces = True
+enforce_newline_at_EOF = False
+default_actions = SpaceConsistencyBear: ApplyPatchAction
+
+[Git]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+    Also-by,
+    Co-authored-by,
+    http://,
+    https://
+
 [Markdown]
-bears = MarkdownBear
-files = **/*.md
-ignore = .*/**,
+bears = MarkdownBear,SpaceConsistencyBear
+files = **.md
+ignore = .**,
     docs/submodules/**
 max_line_length = 120
 
 [reStructuredText]
-bears = RSTcheckBear
-files = **/*.rst
-ignore = .*/**,
+bears = RSTcheckBear,SpaceConsistencyBear
+files = **.rst
+ignore = .**,
     docs/developer-guide/**,
     docs/documentation.rst,
     docs/getting-started-guide/**,
     docs/opendaylight-with-openstack/**,
+    docs/release-notes/projects/**,
     docs/submodules/aaa/**,
     docs/submodules/coe/**,
     docs/submodules/federation/**,
@@ -22,8 +36,11 @@ ignore = .*/**,
     docs/submodules/netconf/**,
     docs/submodules/netvirt/**,
     docs/submodules/odlparent/**,
+    docs/submodules/openflowplugin/**,
     docs/submodules/ovsdb/**,
     docs/submodules/releng/**,
+    docs/submodules/sfc/**,
     docs/submodules/spectrometer/**,
     docs/templates/template-user-guide.rst,
     docs/user-guide/**
+