blob: f0abad4985f9d196a5965a529e515e63af4ab918 [file] [log] [blame]
[Documentation]
bears = WriteGoodLintBear
files = *.md
allow_so_beginning = False
allow_there_is = False
allow_cliche_phrases = False
[GitCommit]
bears = GitCommitBear
ignore_length_regex = Signed-off-by,
Also-by,
Co-authored-by,
http://,
https://
[JSON]
bears = JSONFormatBear
files = packer/**.json
indent_size = 2
[ShellCheck]
bears = ShellCheckBear,
SpaceConsistencyBear
files = jjb/**.sh,
packer/**.sh
shell = bash
indent_size = 4
use_spaces = yeah
[YAML]
bears = YAMLLintBear
files = jjb/**/*.yaml
document_start = True
yamllint_config = .yamllint.conf