X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=86889a57f563939ba74722e33dde20d4fb130e4f;hb=refs%2Fheads%2Fv0.45.x;hp=b2c13db35485169f37ea697b663176b638f223f3;hpb=eb4a78a23374859ba875d5f320571966b98566fd;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index b2c13db3..86889a57 100644 --- a/.coafile +++ b/.coafile @@ -27,16 +27,21 @@ bears = MarkdownBear,SpaceConsistencyBear,WriteGoodLintBear files = **.md, **.markdown use_spaces = true +[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-python-jobs.rst + [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 -