Pass multiple pattern args in logs-deploy.sh
[releng/global-jjb.git] / .coafile
index b2c13db..7e9db1c 100644 (file)
--- 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