Fix multipatch 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-openstack-run-test.sh,
35     jjb/integration/include-raw-integration-list-jobs.sh,
36     jjb/integration/include-raw-integration-replace-block-text.sh
37 shell = bash
38 indent_size = 4
39 use_spaces = yeah
40
41 [all.YAML]
42 bears = YAMLLintBear
43 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
44 document_start = True
45 yamllint_config = yamllint.conf