[default] ignore = .tox/**, .git/**, .gitignore, .gitreview, .gitmodules, **/provisioning/roles/**, node_modules/**, **.sw?, **.orig, ansible/ansible-opendaylight/**, puppet/puppet-opendaylight/**, docs/conf.py, **/.vagrant/**, **.box, **postman_collection**, **packer_cache**, **.tar.gz, **.rpm, **.pyc, deb/templates/rules_template [spacing] bears = SpaceConsistencyBear use_spaces = True enforce_newline_at_EOF = False files = ** default_actions = SpaceConsistencyBear: ApplyPatchAction [linelength] bears = LineLengthBear enabled = False max_line_length = 100 [rest] bears = RSTcheckBear, reSTLintBear files = **.rst [markdown] bears = MarkdownBear files = **.markdown, **.md default_actions = MarkdownBear: ApplyPatchAction [dockerfile] bears = DockerfileLintBear files = **Dockerfile [json] bears = JSONFormatBear files = **.json default_actions = JSONFormatBear: ApplyPatchAction [shell] bears = ShellCheckBear files = **.sh [python] bears = PEP8Bear, PyUnusedCodeBear, PyImportSortBear files = **.py default_actions = PyUnusedCodeBear: ApplyPatchAction, PyImportSortBear: ApplyPatchAction [python-hard] bears = PyLintBear, PyFlakesBear enabled = False files = **.py [yaml] bears = YAMLLintBear yamllint_config = .yamllint files = **.yaml, **.yml [ruby] bears = RubySyntaxBear, RubySmellBear, RuboCopBear files = **.rb enabled = False [puppet] bears = PuppetLintBear enabled = False [jinja] bears = Jinja2Bear files = rpm/specs/opendaylight.spec, deb/templates/**_template** [git] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, http://, https:// [xml] bears = XMLBear files = **.xml