Add option to configure karaf logging
[integration/packaging/puppet-opendaylight.git] / .coafile
1 [all]
2 ignore = .tox/**,
3     .git/**,
4     .gitignore,
5     .gitreview,
6     **.log,
7     node_modules/**,
8     **.sw?,
9     **.orig,
10     **/.vagrant**,
11     pkg/**,
12     .bundle/**,
13     junit/**,
14     log/**,
15     spec/fixtures/modules/**
16
17 [all.git]
18 bears = GitCommitBear
19 ignore_length_regex = Signed-off-by,
20     Also-by,
21     Co-authored-by,
22
23 [all.spacing]
24 bears = SpaceConsistencyBear
25 use_spaces = True
26 enforce_newline_at_EOF = False
27 files = **
28 default_actions = SpaceConsistencyBear: ApplyPatchAction
29
30 [all.linelength]
31 bears = LineLengthBear
32 enabled = False
33 max_line_length = 100
34
35 [all.Documentation]
36 bears = WriteGoodLintBear
37 files = **.markdown,
38     **.md,
39     **.rst
40 allow_so_beginning = False
41 allow_there_is = False
42 allow_cliche_phrases = False
43 allow_repeated_words = False
44
45 [all.ruby]
46 bears = RubySyntaxBear,
47     RubySmellBear,
48     RuboCopBear
49 files = **.rb
50 enabled = False
51
52 [all.puppet]
53 bears = PuppetLintBear
54 enabled = False
55
56 [all.markdown]
57 bears = MarkdownBear
58 files = **.markdown,
59     **.md
60 default_actions = MarkdownBear: ApplyPatchAction
61
62 [all.rest]
63 bears = RSTcheckBear,
64     reSTLintBear
65 files = **.rst
66
67 [all.yaml]
68 bears = YAMLLintBear
69 yamllint_config = .yamllint
70 files = **.yaml,
71     **.yml
72
73 [all.json]
74 bears = JSONFormatBear
75 files = **.json
76 default_actions = JSONFormatBear: ApplyPatchAction
77
78 [all.xml]
79 bears = XMLBear
80 files = **.xml
81 enabled = False