Merge "Add SpaceConsistencyBear to ShellCheck"
[releng/builder.git] / .coafile
1 [GitCommit]
2 bears = GitCommitBear
3 ignore_length_regex = Signed-off-by,
4     Also-by,
5     Co-authored-by,
6     http://,
7     https://
8
9
10 [YAML]
11 bears = YAMLLintBear
12 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
13 document_start = True
14 yamllint_config = yamllint.conf
15
16 [ShellCheck]
17 bears = ShellCheckBear,SpaceConsistencyBear
18 files = jenkins-scripts/**/*.sh,
19     jjb/**/*.sh,
20     scripts/**/*.sh
21 ignore = jenkins-scripts/*-local-env.sh,
22     jjb/integration/*.sh
23 shell = bash
24 indent_size = 4
25 use_spaces = yeah