Merge "Revert "Only test Boron in Rakefile suites on ...""
[integration/packaging/puppet-opendaylight.git] / .coafile
1 [default]
2 ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log,
3     node_modules/**, **.sw?, **.orig, **/.vagrant**, pkg/**,
4     .bundle/**, junit/**, log/**, spec/fixtures/modules/**
5
6 [git]
7 bears = GitCommitBear
8 ignore_length_regex = Signed-off-by,
9     Also-by,
10     Co-authored-by,
11
12 [spacing]
13 bears = SpaceConsistencyBear
14 use_spaces = True
15 enforce_newline_at_EOF = False
16 files = **
17 default_actions = SpaceConsistencyBear: ApplyPatchAction
18
19 [linelength]
20 bears = LineLengthBear
21 enabled = False
22 max_line_length = 100
23
24 [ruby]
25 bears = RubySyntaxBear, RubySmellBear, RuboCopBear
26 files = **.rb
27 enabled = False
28
29 [puppet]
30 bears = PuppetLintBear
31 enabled = False
32
33 [markdown]
34 bears = MarkdownBear
35 files = **.markdown, **.md
36 default_actions = MarkdownBear: ApplyPatchAction
37
38 [rest]
39 bears = RSTcheckBear, reSTLintBear
40 files = **.rst
41
42 [yaml]
43 bears = YAMLLintBear
44 yamllint_config = .yamllint
45 files = **.yaml, **.yml
46
47 [json]
48 bears = JSONFormatBear
49 files = **.json
50 default_actions = JSONFormatBear: ApplyPatchAction
51
52 [xml]
53 bears = XMLBear
54 files = **.xml