X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=df817fc0f16da90abb5511548dc8df8f67afdee3;hb=refs%2Fchanges%2F16%2F5316%2F1;hp=291c2003df0b197001c8ef2e3b45d846c13db460;hpb=b9a8a519e9f91956b27bc8b1d636dac0ea3cdc29;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 291c2003..df817fc0 100644 --- a/.coafile +++ b/.coafile @@ -1,6 +1,3 @@ -[Default] -ignore = .*/** - [GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, @@ -9,15 +6,28 @@ ignore_length_regex = Signed-off-by, http://, https:// -[YAML] -bears = YAMLLintBear -files = **/*.yaml -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 = .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 +