X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=4c0ea04327851d92947590ea2a7551a55d66de7c;hb=44b5f94bfa499b4b7f4d777fe83240e2a10f2994;hp=571d201e45c15bfb259ccbd6e4fd7e9754cca958;hpb=caaccccf95912ecd72183663e108da947b641315;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 571d201e..4c0ea043 100644 --- a/.coafile +++ b/.coafile @@ -14,17 +14,27 @@ ignore = .git/**, indent_size = 4 use_spaces = true -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .*/** -document_start = True -yamllint_config = yamllint.conf +[MarkDown] +bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear +files = **/*.md, **/*.markdown +ignore = .git/**, + .tox/** +use_spaces = true [ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **/*.sh -ignore = .*/** +ignore = .git/**, + .tox/** shell = bash indent_size = 4 use_spaces = yeah + +[YAML] +bears = YAMLLintBear +files = **/*.yaml +ignore = .git/**, + .tox/** +document_start = True +yamllint_config = yamllint.conf +