Reorganize .coafile
[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 [ShellCheck]
18 bears = ShellCheckBear,SpaceConsistencyBear
19 files = **/*.sh
20 ignore = .git/**,
21     .tox/**
22 shell = bash
23 indent_size = 4
24 use_spaces = yeah
25
26 [YAML]
27 bears = YAMLLintBear
28 files = **/*.yaml
29 ignore = .git/**,
30     .tox/**
31 document_start = True
32 yamllint_config = yamllint.conf
33