X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=.coafile;h=44f6215041c087cf73f5ba2c5e0b7ee478362d2e;hb=f88c7c24b2b1a6f04f85afa8c0a91d8321aef8ea;hp=b2c13db35485169f37ea697b663176b638f223f3;hpb=c08bbada6e92c88817f2f591285347f9a7b4a732;p=releng%2Fglobal-jjb.git diff --git a/.coafile b/.coafile index b2c13db3..44f62150 100644 --- a/.coafile +++ b/.coafile @@ -27,6 +27,17 @@ 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 + [all.ShellCheck] bears = ShellCheckBear,SpaceConsistencyBear files = **.sh @@ -36,7 +47,7 @@ use_spaces = yeah [all.YAML] bears = YAMLLintBear -files = **.yaml +files = **.yaml, **.yml document_start = True yamllint_config = yamllint.conf