Bump versions by x.(y+1).z
[integration/distribution.git] / .coafile
1 [all]
2 # TODO: How to ignore extracted K4 distros but not useful stuff? (/karaf/**)
3 ignore = .tox/**, .git/**, .gitignore, .gitreview, **.sw?, **.orig,
4          karaf/target/**, **distribution-karaf**
5
6 [GitCommit]
7 bears = GitCommitBear
8 ignore_length_regex = Signed-off-by,
9     Also-by,
10     Co-authored-by,
11     http://,
12     https://
13
14 [all.spacing]
15 bears = SpaceConsistencyBear
16 # TODO: Enable this and fix errors
17 enabled = False
18 use_spaces = True
19 enforce_newline_at_EOF = False
20 files = **
21 # default_actions = SpaceConsistencyBear: ApplyPatchAction
22
23 [all.shell]
24 bears = ShellCheckBear
25 # TODO: Enable this and fix errors
26 enabled = False
27 files = **.sh
28
29 [all.xml]
30 bears = XMLBear
31 # TODO: Enable this and fix errors
32 enabled = False
33 files = **.xml