X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=df817fc0f16da90abb5511548dc8df8f67afdee3;hb=refs%2Fchanges%2F16%2F5316%2F1;hp=340ef8b61e0795920927085258807ef9bbdc39b5;hpb=0786d5870812545b09f27699d7f71d197a257575;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 340ef8b6..df817fc0 100644 --- a/.coafile +++ b/.coafile @@ -6,17 +6,28 @@ 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 [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 +