X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=e36c7a750b9a7cb823e1d5b642177ef145318cd2;hb=refs%2Ftags%2Fv0.52.0;hp=b2c13db35485169f37ea697b663176b638f223f3;hpb=eb4a78a23374859ba875d5f320571966b98566fd;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile old mode 100644 new mode 100755 index b2c13db3..e36c7a75 --- a/.coafile +++ b/.coafile @@ -8,14 +8,6 @@ ignore = .tox/**, **.sw?, **.orig -[all.GitCommit] -bears = GitCommitBear -ignore_length_regex = Signed-off-by, - Also-by, - Co-authored-by, - http://, - https:// - [all.Groovy] bears = SpaceConsistencyBear files = **.groovy @@ -27,16 +19,14 @@ bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear files = **.md, **.markdown use_spaces = true -[all.ShellCheck] -bears = ShellCheckBear,SpaceConsistencyBear -files = **.sh -shell = bash -indent_size = 4 -use_spaces = yeah - -[all.YAML] -bears = YAMLLintBear -files = **.yaml -document_start = True -yamllint_config = yamllint.conf - +[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