Revert "Remove unimgr from nitrogen distribution"
[integration/distribution.git] / .coafile
1 [all]
2 ignore = .tox/**, .git/**, .gitignore, .gitreview, **.sw?, **.orig,
3          karaf/target/**
4
5 [GitCommit]
6 bears = GitCommitBear
7 ignore_length_regex = Signed-off-by,
8     Also-by,
9     Co-authored-by,
10     http://,
11     https://
12
13 [all.spacing]
14 bears = SpaceConsistencyBear
15 # TODO: Enable this and fix errors
16 enabled = False
17 use_spaces = True
18 enforce_newline_at_EOF = False
19 files = **
20 # default_actions = SpaceConsistencyBear: ApplyPatchAction
21
22 [all.shell]
23 bears = ShellCheckBear
24 # TODO: Enable this and fix errors
25 enabled = False
26 files = **.sh
27
28 [all.xml]
29 bears = XMLBear
30 # TODO: Enable this and fix errors
31 enabled = False
32 files = **.xml