X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=7e9db1c839e91114bf2fa7ed5d7e078424c86373;hb=refs%2Fheads%2Fv0.37.x;hp=26ef6c140f51bcacebe049db99f23bfdcb6d05ce;hpb=27d21a77f3b8b134494787ec68dbbf2ee1f03724;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index 26ef6c14..7e9db1c8 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,35 +16,37 @@ 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] -bears = MarkdownBear,SpaceConsistencyBear -files = **/*.md, **/*.markdown -ignore = .git/**, - .tox/** +[all.MarkDown] +bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear +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-macros.rst, + docs/jjb/lf-maven-jobs.rst + +[all.ShellCheck] +bears = ShellCheckBear,SpaceConsistencyBear +files = **.sh shell = bash indent_size = 4 use_spaces = yeah -[YAML] +[all.YAML] bears = YAMLLintBear -files = **/*.yaml -ignore = .git/**, - .tox/** +files = **.yaml, **.yml document_start = True yamllint_config = yamllint.conf