7d7ad6867ccf25b1ebdfd312a822ca0d81513e77
[releng/builder.git] / .coafile
1 [all]
2 ignore = .**
3
4 [all.Documentation]
5 bears = WriteGoodLintBear
6 files = **/*.markdown,
7     **/*.md,
8     **/*.rst
9 allow_so_beginning = False
10 allow_there_is = False
11 allow_cliche_phrases = False
12
13 [all.GitCommit]
14 bears = GitCommitBear
15 ignore_length_regex = Signed-off-by,
16     Also-by,
17     Co-authored-by,
18     http://,
19     https://
20
21 [all.JSON]
22 bears = JSONFormatBear
23 files = **/*.json
24 ignore = .*/**
25 indent_size = 2
26
27 [all.ShellCheck]
28 bears = ShellCheckBear,
29     SpaceConsistencyBear
30 files = **/*.sh
31 ignore = .git/**,
32     .tox/**,
33     jenkins-scripts/*-local-env.sh,
34     jjb/integration/include-raw-integration-deploy-controller-offline.sh,
35     jjb/integration/include-raw-integration-deploy-controller-run-test.sh,
36     jjb/integration/include-raw-integration-deploy-controller-verify.sh,
37     jjb/integration/include-raw-integration-deploy-openstack-run-test.sh,
38     jjb/integration/include-raw-integration-distribution-check.sh,
39     jjb/integration/include-raw-integration-get-bundle-vars.sh,
40     jjb/integration/include-raw-integration-list-jobs.sh,
41     jjb/integration/include-raw-integration-multipatch-distribution-test.sh,
42     jjb/integration/include-raw-integration-replace-block-text.sh,
43     jjb/integration/include-raw-integration-start-cluster-run-test.sh,
44     jjb/integration/include-raw-integration-replace-block-text.sh,
45     jjb/integration/include-raw-integration-start-cluster-run-test.sh
46 shell = bash
47 indent_size = 4
48 use_spaces = yeah
49
50 [all.YAML]
51 bears = YAMLLintBear
52 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
53 document_start = True
54 yamllint_config = yamllint.conf