X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=f2e8f4a5efdbca734b8097535c7d97938ac60a96;hb=refs%2Fheads%2Fv0.48.x;hp=4c0ea04327851d92947590ea2a7551a55d66de7c;hpb=6a177f2aa47a827ac661f3f5d1bb61035bf83588;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile old mode 100644 new mode 100755 index 4c0ea043..f2e8f4a5 --- 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,35 +16,32 @@ ignore_length_regex = Signed-off-by, http://, https:// -[Groovy] +[all.Groovy] bears = SpaceConsistencyBear -files = **/*.groovy -ignore = .git/**, - .tox/** +files = **.groovy indent_size = 4 use_spaces = true -[MarkDown] +[all.MarkDown] bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear -files = **/*.md, **/*.markdown -ignore = .git/**, - .tox/** +files = **.md, **.markdown use_spaces = true -[ShellCheck] -bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh +[all.reStructuredText] +bears = SpaceConsistencyBear,WriteGoodLintBear +files = **.rst +use_spaces = true ignore = .git/**, - .tox/** + .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 + +[all.ShellCheck] +bears = ShellCheckBear,SpaceConsistencyBear +files = **.sh shell = bash indent_size = 4 use_spaces = yeah - -[YAML] -bears = YAMLLintBear -files = **/*.yaml -ignore = .git/**, - .tox/** -document_start = True -yamllint_config = yamllint.conf -