X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=4c0ea04327851d92947590ea2a7551a55d66de7c;hb=04ddcaa1631de196b5aac96215318d7dee70d0e1;hp=340ef8b61e0795920927085258807ef9bbdc39b5;hpb=71454f30f391ba52fbc6254967e6aebc579f5114;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 340ef8b6..4c0ea043 100644 --- a/.coafile +++ b/.coafile @@ -6,17 +6,35 @@ ignore_length_regex = Signed-off-by, http://, https:// -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .*/** -document_start = True -yamllint_config = yamllint.conf +[Groovy] +bears = SpaceConsistencyBear +files = **/*.groovy +ignore = .git/**, + .tox/** +indent_size = 4 +use_spaces = true + +[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 +