X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=7e9db1c839e91114bf2fa7ed5d7e078424c86373;hb=refs%2Fheads%2Fv0.37.x;hp=291c2003df0b197001c8ef2e3b45d846c13db460;hpb=b9a8a519e9f91956b27bc8b1d636dac0ea3cdc29;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 291c2003..7e9db1c8 100644 --- a/.coafile +++ b/.coafile @@ -1,7 +1,14 @@ -[Default] -ignore = .*/** +[all] +ignore = .tox/**, + .git/**, + .gitignore, + .gitreview, + .gitmodules, + node_modules/**, + **.sw?, + **.orig -[GitCommit] +[all.GitCommit] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, @@ -9,15 +16,37 @@ ignore_length_regex = Signed-off-by, http://, https:// -[YAML] -bears = YAMLLintBear -files = **/*.yaml -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 + +[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 -[ShellCheck] +[all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh +files = **.sh shell = bash indent_size = 4 use_spaces = yeah + +[all.YAML] +bears = YAMLLintBear +files = **.yaml, **.yml +document_start = True +yamllint_config = yamllint.conf +