Use pre-commit instead of coala
[docs.git] / .coafile
diff --git a/.coafile b/.coafile
deleted file mode 100644 (file)
index 1d15dde..0000000
--- a/.coafile
+++ /dev/null
@@ -1,31 +0,0 @@
-[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,SpaceConsistencyBear
-files = **.md
-ignore = .**,
-    docs/submodules/**
-max_line_length = 120
-
-[reStructuredText]
-bears = SpaceConsistencyBear
-files = **.rst
-ignore = .**,
-    docs/developer-guide/**,
-    docs/documentation.rst,
-    docs/getting-started-guide/**,
-    docs/opendaylight-with-openstack/**,
-    docs/release-notes/projects/**,
-    docs/templates/template-user-guide.rst,
-    docs/user-guide/**