[all] ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log, node_modules/**, **.sw?, **.orig, **/.vagrant**, pkg/**, .bundle/**, junit/**, log/**, spec/fixtures/modules/** [all.git] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, http://, https:// [all.spacing] bears = SpaceConsistencyBear use_spaces = True enforce_newline_at_EOF = False files = ** default_actions = SpaceConsistencyBear: ApplyPatchAction [all.linelength] bears = LineLengthBear enabled = False max_line_length = 100 [all.Documentation] bears = WriteGoodLintBear files = **.markdown, **.md, **.rst allow_so_beginning = False allow_there_is = False allow_cliche_phrases = False allow_repeated_words = False [all.ruby] bears = RubySyntaxBear, RubySmellBear, RuboCopBear files = **.rb enabled = False [all.puppet] bears = PuppetLintBear enabled = False [all.markdown] bears = MarkdownBear files = **.markdown, **.md default_actions = MarkdownBear: ApplyPatchAction [all.rest] bears = RSTcheckBear, reSTLintBear files = **.rst [all.yaml] bears = YAMLLintBear yamllint_config = .yamllint files = **.yaml, **.yml [all.json] bears = JSONFormatBear files = **.json default_actions = JSONFormatBear: ApplyPatchAction [all.xml] bears = XMLBear files = **.xml enabled = False