Merge "Fix ShellCheck issues in jjb/netvirt"
[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/autorelease/**/*.sh,
19     jjb/docs/**/*.sh,
20     jjb/netvirt/**/*.sh,
21     scripts/**/*.sh
22 shell = bash