Enable coala checks
[netvirt.git] / .coafile
1 [all]
2 ignore = .**,
3     **/xtend-gen/**,
4     **/target/**,
5     **/thrift/**,
6
7 [all.GitCommit]
8 bears = GitCommitBear
9 ignore_length_regex = Signed-off-by,
10     Also-by,
11     Co-authored-by,
12     http://,
13     https://
14
15 [all.reStructuredText]
16 bears = RSTcheckBear
17 files = **.rst
18 ignore = .**
19 enabled = False
20
21 [all.Spacing]
22 bears = SpaceConsistencyBear
23 files = **/*.java
24 use_spaces = True
25 allow_trailing_whitespace = False
26 enforce_newline_at_EOF = True
27 default_actions = SpaceConsistencyBear: ApplyPatchAction