Bug 8033: Change path_mtu to fix mtu tempest test
[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 [JSON]
10 bears = JSONFormatBear
11 files = **/*.json
12 ignore = .*/**
13 indent_size = 2
14
15 [YAML]
16 bears = YAMLLintBear
17 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
18 document_start = True
19 yamllint_config = yamllint.conf
20
21 [ShellCheck]
22 bears = ShellCheckBear,SpaceConsistencyBear
23 files = jenkins-scripts/**/*.sh,
24     jjb/**/*.sh,
25     scripts/**/*.sh
26 ignore = jenkins-scripts/*-local-env.sh,
27     jjb/integration/*.sh
28 shell = bash
29 indent_size = 4
30 use_spaces = yeah