Fix typo in README for nb_rest_port
[integration/packaging/ansible-opendaylight.git] / .coafile
1 [default]
2 ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log,
3     node_modules/**, **.sw?, **.orig, **/.vagrant**
4
5 [git]
6 bears = GitCommitBear
7 ignore_length_regex = Signed-off-by,
8     Also-by,
9     Co-authored-by,
10
11 [spacing]
12 bears = SpaceConsistencyBear
13 use_spaces = True
14 enforce_newline_at_EOF = False
15 files = **
16 default_actions = SpaceConsistencyBear: ApplyPatchAction
17
18 [linelength]
19 bears = LineLengthBear
20 enabled = False
21 max_line_length = 100
22
23 [markdown]
24 bears = MarkdownBear
25 files = **.markdown, **.md
26 default_actions = MarkdownBear: ApplyPatchAction
27
28 [rest]
29 bears = RSTcheckBear, reSTLintBear
30 files = **.rst
31
32 [yaml]
33 bears = YAMLLintBear
34 yamllint_config = .yamllint
35 files = **.yaml, **.yml
36
37 [json]
38 bears = JSONFormatBear
39 files = **.json
40 default_actions = JSONFormatBear: ApplyPatchAction
41
42 [xml]
43 bears = XMLBear
44 enabled = False
45 files = **.xml