[Default] ignore = .tox/**, .gitignore, .gitreview, .gitmodules, **/provisioning/roles/**, \ node_modules/**, ansible/ansible-opendaylight/**, docs/conf.py use_spaces = True [DOCS] bears = SpaceConsistencyBear, LineLengthBear #files = ./**/*.rst default_actions = SpaceConsistencyBear: ApplyPatchAction [markdown] bears = MarkdownBear #files = ./**/*.markdown, ./**/*.md default_actions = MarkdownBear: ApplyPatchAction [dockerfile] bears = DockerfileLintBear #files = ./**/Dockerfile [json] bears = JSONFormatBear files = ./**/*.json default_actions = JSONFormatBear: ApplyPatchAction [shellcheck] bears = ShellCheckBear files = ./**/*.sh [python] bears = PyUnusedCodeBear files = ./**/*.py default_actions = PyUnusedCodeBear: ApplyPatchAction [autopep8] bears = PEP8Bear files = ./**/*.py default_actions = PEP8Bear: ApplyPatchAction [yaml] bears = YAMLLintBear yamllint_config = .yamllint files = ./**/*.yaml, ./**/*.yml