[all] ignore = .tox/**, .git/**, .gitignore, .gitreview, .gitmodules, **.sw?, **.orig [all.GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, http://, https:// [all.reStructuredText] bears = SpaceConsistencyBear files = docs/**.rst use_spaces = true ignore = .git/**, .tox/**, src/type3_AndroidCloud/**, src/foundation/** [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh shell = bash use_spaces = true ignore = src/type3_AndroidCloud/**, src/foundation/** [all.YAML] bears = YAMLLintBear files = **.yaml, **.yml use_spaces = true ignore_length_regex = ^.*https?:// yamllint_config = .yamllint.conf ignore = src/use_cases/**, src/type3_AndroidCloud/**, src/foundation/** [all.Python] bears = PyLintBear files = **.py use_spaces = true pylint_disable = E0401, W0401, C0111 ignore = src/use_cases/**, src/type3_AndroidCloud/**, src/foundation/**