Add WriteGoodLintBear support
[integration/packaging/ansible-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
12 [all.git]
13 bears = GitCommitBear
14 ignore_length_regex = Signed-off-by,
15     Also-by,
16     Co-authored-by,
17
18 [all.spacing]
19 bears = SpaceConsistencyBear
20 use_spaces = True
21 enforce_newline_at_EOF = False
22 files = **
23 default_actions = SpaceConsistencyBear: ApplyPatchAction
24
25 [all.Documentation]
26 bears = WriteGoodLintBear
27 files = **.markdown,
28     **.md,
29     **.rst
30 allow_so_beginning = False
31 allow_there_is = False
32 allow_cliche_phrases = False
33
34 [all.linelength]
35 bears = LineLengthBear
36 enabled = False
37 max_line_length = 100
38
39 [all.markdown]
40 bears = MarkdownBear
41 files = **.markdown,
42     **.md
43 default_actions = MarkdownBear: ApplyPatchAction
44
45 [all.rest]
46 bears = RSTcheckBear,
47     reSTLintBear
48 files = **.rst
49
50 [all.yaml]
51 bears = YAMLLintBear
52 yamllint_config = .yamllint
53 files = **.yaml, **.yml
54
55 [all.json]
56 bears = JSONFormatBear
57 files = **.json
58 default_actions = JSONFormatBear: ApplyPatchAction
59
60 [all.xml]
61 bears = XMLBear
62 enabled = False
63 files = **.xml