X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=7e9db1c839e91114bf2fa7ed5d7e078424c86373;hb=refs%2Fheads%2Fv0.21.x;hp=340ef8b61e0795920927085258807ef9bbdc39b5;hpb=80daacb39413ca3d4ea1f8e1b30b059ef5080967;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 340ef8b6..7e9db1c8 100644 --- a/.coafile +++ b/.coafile @@ -1,4 +1,14 @@ -[GitCommit] +[all] +ignore = .tox/**, + .git/**, + .gitignore, + .gitreview, + .gitmodules, + node_modules/**, + **.sw?, + **.orig + +[all.GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, @@ -6,17 +16,37 @@ ignore_length_regex = Signed-off-by, http://, https:// -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .*/** -document_start = True -yamllint_config = yamllint.conf +[all.Groovy] +bears = SpaceConsistencyBear +files = **.groovy +indent_size = 4 +use_spaces = true + +[all.MarkDown] +bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear +files = **.md, **.markdown +use_spaces = true -[ShellCheck] +[all.reStructuredText] +bears = SpaceConsistencyBear,WriteGoodLintBear +files = **.rst +use_spaces = true +ignore = .git/**, + .tox/**, + docs/jjb/lf-ci-jobs.rst, + docs/jjb/lf-macros.rst, + docs/jjb/lf-maven-jobs.rst + +[all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh -ignore = .*/** +files = **.sh shell = bash indent_size = 4 use_spaces = yeah + +[all.YAML] +bears = YAMLLintBear +files = **.yaml, **.yml +document_start = True +yamllint_config = yamllint.conf +