Fix rtd merge job to handle new tag uploaded
[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-docker-jobs.rst,
38     docs/jjb/lf-macros.rst,
39     docs/jjb/lf-maven-jobs.rst,
40     docs/jjb/lf-python-jobs.rst
41
42 [all.ShellCheck]
43 bears = ShellCheckBear,SpaceConsistencyBear
44 files = **.sh
45 shell = bash
46 indent_size = 4
47 use_spaces = yeah