X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.coafile;h=7e9db1c839e91114bf2fa7ed5d7e078424c86373;hb=refs%2Fheads%2Fv0.24.x;hp=b2c13db35485169f37ea697b663176b638f223f3;hpb=eb4a78a23374859ba875d5f320571966b98566fd;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index b2c13db3..7e9db1c8 100644 --- a/.coafile +++ b/.coafile @@ -27,6 +27,16 @@ 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-macros.rst, + docs/jjb/lf-maven-jobs.rst + [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh @@ -36,7 +46,7 @@ use_spaces = yeah [all.YAML] bears = YAMLLintBear -files = **.yaml +files = **.yaml, **.yml document_start = True yamllint_config = yamllint.conf