Cleanup Coala config
[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.ShellCheck]
31 bears = ShellCheckBear,SpaceConsistencyBear
32 files = **.sh
33 shell = bash
34 indent_size = 4
35 use_spaces = yeah
36
37 [all.YAML]
38 bears = YAMLLintBear
39 files = **.yaml
40 document_start = True
41 yamllint_config = yamllint.conf
42