X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.coafile;h=3e0f9aff7dd51791824ad9c2d3498cb3a816e0e0;hb=94673eb6c240813dc4e764099b8c87fe8b94afdb;hp=6e9dfd7801774736016431e0b90d76a6be4f6d20;hpb=db890e6208e56f9b1fd5b774bf448de3def7e399;p=integration%2Fdistribution.git diff --git a/.coafile b/.coafile index 6e9dfd78..3e0f9aff 100644 --- 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