blob: f0abad4985f9d196a5965a529e515e63af4ab918 [file] [log] [blame]
Andrew Grimberg4ffa55d2019-04-01 12:48:23 -07001[Documentation]
2bears = WriteGoodLintBear
3files = *.md
4allow_so_beginning = False
5allow_there_is = False
6allow_cliche_phrases = False
7
8[GitCommit]
9bears = GitCommitBear
10ignore_length_regex = Signed-off-by,
11 Also-by,
12 Co-authored-by,
13 http://,
14 https://
15
16[JSON]
17bears = JSONFormatBear
18files = packer/**.json
19indent_size = 2
20
21[ShellCheck]
22bears = ShellCheckBear,
23 SpaceConsistencyBear
24files = jjb/**.sh,
25 packer/**.sh
26shell = bash
27indent_size = 4
28use_spaces = yeah
29
30[YAML]
31bears = YAMLLintBear
32files = jjb/**/*.yaml
33document_start = True
34yamllint_config = .yamllint.conf