X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=86889a57f563939ba74722e33dde20d4fb130e4f;hb=refs%2Fheads%2Fv0.45.x;hp=df817fc0f16da90abb5511548dc8df8f67afdee3;hpb=7d41e77c2df580858ec9be4a05a415712fab6917;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index df817fc0..86889a57 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,28 +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 -[ShellCheck] -bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh +[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/** + .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-python-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 -