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