Merge "Add a check before running the sysstat script"
[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 [MarkDown]
18 bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear
19 files = **/*.md, **/*.markdown
20 ignore = .git/**,
21     .tox/**
22 use_spaces = true
23
24 [ShellCheck]
25 bears = ShellCheckBear,SpaceConsistencyBear
26 files = **/*.sh
27 ignore = .git/**,
28     .tox/**
29 shell = bash
30 indent_size = 4
31 use_spaces = yeah
32
33 [YAML]
34 bears = YAMLLintBear
35 files = **/*.yaml
36 ignore = .git/**,
37     .tox/**
38 document_start = True
39 yamllint_config = yamllint.conf
40