Add jenkins-admin scripts to global-jjb
[releng/global-jjb.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 [Groovy]
10 bears = SpaceConsistencyBear
11 files = **/*.groovy
12 ignore = .git/**,
13     .tox/**
14 indent_size = 4
15 use_spaces = true
16
17 [YAML]
18 bears = YAMLLintBear
19 files = **/*.yaml
20 ignore = .*/**
21 document_start = True
22 yamllint_config = yamllint.conf
23
24 [ShellCheck]
25 bears = ShellCheckBear,SpaceConsistencyBear
26 files = **/*.sh
27 ignore = .*/**
28 shell = bash
29 indent_size = 4
30 use_spaces = yeah