Fix OS_CLOUD export for image validation
[releng/global-jjb.git] / .coafile
old mode 100644 (file)
new mode 100755 (executable)
index 7e9db1c..f2e8f4a
--- a/.coafile
+++ b/.coafile
@@ -34,8 +34,10 @@ 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-maven-jobs.rst,
+    docs/jjb/lf-rtdv3-jobs.rst
 
 [all.ShellCheck]
 bears = ShellCheckBear,SpaceConsistencyBear
@@ -43,10 +45,3 @@ files = **.sh
 shell = bash
 indent_size = 4
 use_spaces = yeah
-
-[all.YAML]
-bears = YAMLLintBear
-files = **.yaml, **.yml
-document_start = True
-yamllint_config = yamllint.conf
-