Make testplan more configurable
[releng/builder.git] / .coafile
1 [default]
2 bears = SpaceConsistencyBear,GitCommitBear
3 files = scripts/*
4 allow_trailing_whitespace = False
5 enforce_newline_at_EOF = True
6 indent_size = 4
7 use_spaces = yeah
8
9 [YAML]
10 bears = YAMLLintBear
11 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
12 document_start = True
13 yamllint_config = yamllint.conf
14
15 [ShellCheck]
16 bears = ShellCheckBear
17 files = jenkins-scripts/**/*.sh,
18     jjb/**/*.sh,
19     scripts/**/*.sh
20 ignore = jenkins-scripts/*-local-env.sh,
21     jjb/integration/*.sh
22 shell = bash