Fix API breakage caused by OS Plugin version scan
[releng/global-jjb.git] / .coafile
1 [all]
2 ignore = .tox/**,
3     .git/**,
4     .gitignore,
5     .gitreview,
6     .gitmodules,
7     node_modules/**,
8     **.sw?,
9     **.orig
10
11 [all.GitCommit]
12 bears = GitCommitBear
13 ignore_length_regex = Signed-off-by,
14     Also-by,
15     Co-authored-by,
16     http://,
17     https://
18
19 [all.Groovy]
20 bears = SpaceConsistencyBear
21 files = **.groovy
22 indent_size = 4
23 use_spaces = true
24
25 [all.MarkDown]
26 bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear
27 files = **.md, **.markdown
28 use_spaces = true
29
30 [all.reStructuredText]
31 bears = SpaceConsistencyBear,WriteGoodLintBear
32 files = **.rst
33 use_spaces = true
34 ignore = .git/**,
35     .tox/**,
36     docs/jjb/lf-ci-jobs.rst,
37     docs/jjb/lf-macros.rst,
38     docs/jjb/lf-maven-jobs.rst
39
40 [all.ShellCheck]
41 bears = ShellCheckBear,SpaceConsistencyBear
42 files = **.sh
43 shell = bash
44 indent_size = 4
45 use_spaces = yeah
46
47 [all.YAML]
48 bears = YAMLLintBear
49 files = **.yaml, **.yml
50 document_start = True
51 yamllint_config = yamllint.conf
52