X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=.coafile;h=4c0ea04327851d92947590ea2a7551a55d66de7c;hb=21fba96f6d854655d3b0b874386d67673c04cf7b;hp=291c2003df0b197001c8ef2e3b45d846c13db460;hpb=b9a8a519e9f91956b27bc8b1d636dac0ea3cdc29;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 291c2003..4c0ea043 100644 --- a/.coafile +++ b/.coafile @@ -1,6 +1,3 @@ -[Default] -ignore = .*/** - [GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, @@ -9,15 +6,35 @@ 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 + +[MarkDown] +bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear +files = **/*.md, **/*.markdown +ignore = .git/**, + .tox/** +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 +