Update validate autorelease projects for nitrogen
[releng/builder.git] / .coafile
index 22f7f7b190a99883fe05cb709dc9f36a01fd8cf8..70e0137607c70c1902c6dda2226b40cfb049778b 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -12,21 +12,12 @@ files = **/*.json
 ignore = .*/**
 indent_size = 2
 
-[YAML]
-bears = YAMLLintBear
-files = jjb/**/*.yaml,openstack-hot/**/*.yaml
-document_start = True
-yamllint_config = yamllint.conf
-
 [ShellCheck]
 bears = ShellCheckBear,SpaceConsistencyBear
-files = jenkins-scripts/**/*.sh,
-    jjb/**/*.sh,
-    scripts/**/*.sh
-ignore = jenkins-scripts/*-local-env.sh,
-    jjb/global-jjb/shell/*.sh,
-    jjb/integration/include-raw-integration-compare-distributions.sh,
-    jjb/integration/include-raw-integration-configure-clustering.sh,
+files = **/*.sh
+ignore = .git/**,
+    .tox/**,
+    jenkins-scripts/*-local-env.sh,
     jjb/integration/include-raw-integration-deploy-controller-offline.sh,
     jjb/integration/include-raw-integration-deploy-controller-run-test.sh,
     jjb/integration/include-raw-integration-deploy-controller-verify.sh,
@@ -42,3 +33,9 @@ ignore = jenkins-scripts/*-local-env.sh,
 shell = bash
 indent_size = 4
 use_spaces = yeah
+
+[YAML]
+bears = YAMLLintBear
+files = jjb/**/*.yaml,openstack-hot/**/*.yaml
+document_start = True
+yamllint_config = yamllint.conf