Bump versions for Sulfur
[integration/distribution.git] / .coafile
index 6e9dfd7801774736016431e0b90d76a6be4f6d20..3e0f9aff7dd51791824ad9c2d3498cb3a816e0e0 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,3 +1,8 @@
+[all]
+# TODO: How to ignore extracted K4 distros but not useful stuff? (/karaf/**)
+ignore = .tox/**, .git/**, .gitignore, .gitreview, **.sw?, **.orig,
+         karaf/target/**, **distribution-karaf**
+
 [GitCommit]
 bears = GitCommitBear
 ignore_length_regex = Signed-off-by,
@@ -6,8 +11,23 @@ ignore_length_regex = Signed-off-by,
     http://,
     https://
 
-[Python]
-bears = PEP8Bear
-files = **/*.py
-ignore = .*/**
-max_line_length = 120
+[all.spacing]
+bears = SpaceConsistencyBear
+# TODO: Enable this and fix errors
+enabled = False
+use_spaces = True
+enforce_newline_at_EOF = False
+files = **
+# default_actions = SpaceConsistencyBear: ApplyPatchAction
+
+[all.shell]
+bears = ShellCheckBear
+# TODO: Enable this and fix errors
+enabled = False
+files = **.sh
+
+[all.xml]
+bears = XMLBear
+# TODO: Enable this and fix errors
+enabled = False
+files = **.xml