Merge "Fix ShellCheck in jjb/docs"
[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, jjb/autorelease/**/*.sh, jjb/docs/**/*.sh, scripts/**/*.sh
18 shell = bash