Add bff stage release job to ci-management
[ci-management.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
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/global-jjb/shell/*.sh,
28     jjb/include-docker-push.sh,
29     jjb/include-update-pom-versions.sh,
30     jjb/testsuite/testsuite-docker.sh,
31 shell = bash
32 indent_size = 4
33 use_spaces = yeah