Merge "Fix start-cluster script to pass ShellCheck"
[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     jenkins-scripts/*-local-env.sh,
34     jjb/integration/include-raw-integration-deploy-controller-run-test.sh,
35     jjb/integration/include-raw-integration-deploy-openstack-run-test.sh,
36     jjb/integration/include-raw-integration-list-jobs.sh,
37     jjb/integration/include-raw-integration-multipatch-distribution-test.sh,
38     jjb/integration/include-raw-integration-replace-block-text.sh
39 shell = bash
40 indent_size = 4
41 use_spaces = yeah
42
43 [all.YAML]
44 bears = YAMLLintBear
45 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
46 document_start = True
47 yamllint_config = yamllint.conf