[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 [YAML] bears = YAMLLintBear files = **/*.yaml ignore = .*/** document_start = True yamllint_config = yamllint.conf [ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **/*.sh ignore = .*/** shell = bash indent_size = 4 use_spaces = yeah