X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=e36c7a750b9a7cb823e1d5b642177ef145318cd2;hb=4289661f9299da56de34e5ccfe2a6732eb565889;hp=df817fc0f16da90abb5511548dc8df8f67afdee3;hpb=7d41e77c2df580858ec9be4a05a415712fab6917;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile old mode 100644 new mode 100755 index df817fc0..e36c7a75 --- a/.coafile +++ b/.coafile @@ -1,33 +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 -[Groovy] +[all.Groovy] bears = SpaceConsistencyBear -files = **/*.groovy -ignore = .git/**, - .tox/** +files = **.groovy indent_size = 4 use_spaces = true -[ShellCheck] -bears = ShellCheckBear,SpaceConsistencyBear -files = **/*.sh -ignore = .git/**, - .tox/** -shell = bash -indent_size = 4 -use_spaces = yeah +[all.MarkDown] +bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear +files = **.md, **.markdown +use_spaces = true -[YAML] -bears = YAMLLintBear -files = **/*.yaml +[all.reStructuredText] +bears = SpaceConsistencyBear,WriteGoodLintBear +files = **.rst +use_spaces = true ignore = .git/**, - .tox/** -document_start = True -yamllint_config = yamllint.conf - + .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