[GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, http://, https:// [Groovy] bears = SpaceConsistencyBear files = **/*.groovy ignore = .git/**, .tox/** indent_size = 4 use_spaces = true [MarkDown] bears = MarkdownBear,SpaceConsistencyBear files = **/*.md, **/*.markdown ignore = .git/**, .tox/** use_spaces = true [ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **/*.sh ignore = .git/**, .tox/** shell = bash indent_size = 4 use_spaces = yeah [YAML] bears = YAMLLintBear files = **/*.yaml ignore = .git/**, .tox/** document_start = True yamllint_config = yamllint.conf