Remove deprecated test fn calls outside of tests
[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     http://,
23     https://
24
25 [all.spacing]
26 bears = SpaceConsistencyBear
27 use_spaces = True
28 enforce_newline_at_EOF = False
29 files = **
30 default_actions = SpaceConsistencyBear: ApplyPatchAction
31
32 [all.linelength]
33 bears = LineLengthBear
34 enabled = False
35 max_line_length = 100
36
37 [all.Documentation]
38 bears = WriteGoodLintBear
39 files = **.markdown,
40     **.md,
41     **.rst
42 allow_so_beginning = False
43 allow_there_is = False
44 allow_cliche_phrases = False
45 allow_repeated_words = False
46
47 [all.ruby]
48 bears = RubySyntaxBear,
49     RubySmellBear,
50     RuboCopBear
51 files = **.rb
52 enabled = False
53
54 [all.puppet]
55 bears = PuppetLintBear
56 enabled = False
57
58 [all.markdown]
59 bears = MarkdownBear
60 files = **.markdown,
61     **.md
62 default_actions = MarkdownBear: ApplyPatchAction
63
64 [all.rest]
65 bears = RSTcheckBear,
66     reSTLintBear
67 files = **.rst
68
69 [all.yaml]
70 bears = YAMLLintBear
71 yamllint_config = .yamllint
72 files = **.yaml,
73     **.yml
74
75 [all.json]
76 bears = JSONFormatBear
77 files = **.json
78 default_actions = JSONFormatBear: ApplyPatchAction
79
80 [all.xml]
81 bears = XMLBear
82 files = **.xml
83 enabled = False