Use new become syntax for Packer Ansible provision
[integration/packaging.git] / .coafile
1 [all]
2 ignore = .tox/**,
3     .git/**,
4     .gitignore,
5     .gitreview,
6     .gitmodules,
7     **/provisioning/roles/**,
8     node_modules/**,
9     **.sw?,
10     **.orig,
11     ansible/ansible-opendaylight/**,
12     puppet/puppet-opendaylight/**,
13     docs/conf.py,
14     **/.vagrant/**,
15     **.box,
16     **postman_collection**,
17     **packer_cache**,
18     **.tar.gz,
19     **.rpm,
20     **.pyc,
21     deb/templates/rules_template
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.rest]
36 bears = RSTcheckBear,
37     reSTLintBear
38 files = **.rst
39
40 [all.markdown]
41 bears = MarkdownBear
42 files = **.markdown,
43     **.md
44 default_actions = MarkdownBear: ApplyPatchAction
45
46 [all.dockerfile]
47 bears = DockerfileLintBear
48 files = **Dockerfile
49
50 [all.json]
51 bears = JSONFormatBear
52 files = **.json
53 default_actions = JSONFormatBear: ApplyPatchAction
54
55 [all.shell]
56 bears = ShellCheckBear
57 shell = bash
58 files = **.sh
59
60 [all.python]
61 bears = PEP8Bear,
62     PyUnusedCodeBear,
63     PyImportSortBear
64 files = **.py
65 default_actions = PyUnusedCodeBear: ApplyPatchAction,
66     PyImportSortBear: ApplyPatchAction
67
68 [all.python-hard]
69 bears = PyLintBear,
70     PyFlakesBear
71 enabled = False
72 files = **.py
73
74 [all.Documentation]
75 bears = WriteGoodLintBear
76 files = **.markdown,
77     **.md,
78     **.rst
79 allow_so_beginning = False
80 allow_there_is = False
81 allow_cliche_phrases = False
82
83 [all.yaml]
84 bears = YAMLLintBear
85 yamllint_config = .yamllint
86 files = **.yaml,
87     **.yml
88
89 [all.ruby]
90 bears = RubySyntaxBear,
91     RubySmellBear,
92     RuboCopBear
93 files = **.rb
94 enabled = False
95
96 [all.puppet]
97 bears = PuppetLintBear
98 enabled = False
99
100 [all.jinja]
101 bears = Jinja2Bear
102 files = rpm/specs/opendaylight.spec,
103     deb/templates/**_template**
104
105 [all.git]
106 bears = GitCommitBear
107 ignore_length_regex = Signed-off-by,
108     Also-by,
109     Co-authored-by,
110     http://,
111     https://
112
113 [all.xml]
114 bears = XMLBear
115 files = **.xml