[default] ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log, node_modules/**, **.sw?, **.orig, **/.vagrant**, pkg/**, .bundle/**, junit/**, log/**, spec/fixtures/modules/** [git] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, [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 [ruby] bears = RubySyntaxBear, RubySmellBear, RuboCopBear files = **.rb enabled = False [puppet] bears = PuppetLintBear enabled = False [markdown] bears = MarkdownBear files = **.markdown, **.md default_actions = MarkdownBear: ApplyPatchAction [rest] bears = RSTcheckBear, reSTLintBear files = **.rst [yaml] bears = YAMLLintBear yamllint_config = .yamllint files = **.yaml, **.yml [json] bears = JSONFormatBear files = **.json default_actions = JSONFormatBear: ApplyPatchAction [xml] bears = XMLBear files = **.xml