Fix OS_CLOUD export for image validation
[releng/global-jjb.git] / .coafile
old mode 100644 (file)
new mode 100755 (executable)
index b2c13db..f2e8f4a
--- 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-rtdv3-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
-