X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=e36c7a750b9a7cb823e1d5b642177ef145318cd2;hb=e89478b17cdf59665e3915390973f93cafcab024;hp=340ef8b61e0795920927085258807ef9bbdc39b5;hpb=71454f30f391ba52fbc6254967e6aebc579f5114;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile old mode 100644 new mode 100755 index 340ef8b6..e36c7a75 --- a/.coafile +++ b/.coafile @@ -1,22 +1,32 @@ -[GitCommit] -bears = GitCommitBear -ignore_length_regex = Signed-off-by, - Also-by, - Co-authored-by, - http://, - https:// +[all] +ignore = .tox/**, + .git/**, + .gitignore, + .gitreview, + .gitmodules, + node_modules/**, + **.sw?, + **.orig -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .*/** -document_start = True -yamllint_config = yamllint.conf - -[ShellCheck] -bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh -ignore = .*/** -shell = bash +[all.Groovy] +bears = SpaceConsistencyBear +files = **.groovy indent_size = 4 -use_spaces = yeah +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-docker-jobs.rst, + docs/jjb/lf-macros.rst, + docs/jjb/lf-maven-jobs.rst, + docs/jjb/lf-rtdv3-jobs.rst