Merge "Add gre type driver for dc-gw and tdd cases"
[releng/builder.git] / .coafile
1 [all]
2 ignore = .**
3
4 [all.Documentation]
5 bears = WriteGoodLintBear
6 files = **.markdown,
7     **.md,
8     **.rst
9 allow_so_beginning = False
10 allow_there_is = False
11 allow_cliche_phrases = False
12
13 [all.GitCommit]
14 bears = GitCommitBear
15 ignore_length_regex = Signed-off-by,
16     Also-by,
17     Co-authored-by,
18     http://,
19     https://
20
21 [all.JSON]
22 bears = JSONFormatBear
23 files = **.json
24 ignore = .**
25 indent_size = 2
26
27 [all.ShellCheck]
28 bears = ShellCheckBear,
29     SpaceConsistencyBear
30 files = **.sh
31 ignore = .git/**,
32     .tox/**,
33     jjb/global-jjb/**,
34     jenkins-config/**,
35     jenkins-scripts/*-local-env.sh
36 shell = bash
37 indent_size = 4
38 use_spaces = yeah
39
40 [all.YAML]
41 bears = YAMLLintBear
42 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
43 document_start = True
44 yamllint_config = yamllint.conf