summaryrefslogtreecommitdiffstats
path: root/.coafile
blob: 3f6f8f4b663d9860c387ce014883ac62ff6ee891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[GitCommit]
bears = GitCommitBear
ignore_length_regex = Signed-off-by,
    Also-by,
    Co-authored-by,
    http://,
    https://

[JSON]
bears = JSONFormatBear
files = **/*.json
ignore = .*/**
indent_size = 2

[YAML]
bears = YAMLLintBear
files = jjb/**/*.yaml
document_start = True
yamllint_config = yamllint.conf

[ShellCheck]
bears = ShellCheckBear,SpaceConsistencyBear
files = jenkins-scripts/**/*.sh,
    jjb/**/*.sh,
    scripts/**/*.sh
ignore = jenkins-scripts/*-local-env.sh,
    jjb/global-jjb/shell/*.sh,
    jjb/include-docker-push.sh,
    jjb/include-update-pom-versions.sh,
    jjb/testsuite/testsuite-docker.sh,
shell = bash
indent_size = 4
use_spaces = yeah