X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=.coafile;h=70e0137607c70c1902c6dda2226b40cfb049778b;hb=bdf8b630e2cd60dbb3ba59a3009a4fbdb8c04e57;hp=8d32fd0851d96ac72c4d30720210daff815f18d8;hpb=c4c1bdd7aa5112457adb584442523c2ac3a45317;p=releng%2Fbuilder.git diff --git a/.coafile b/.coafile index 8d32fd085..70e013760 100644 --- a/.coafile +++ b/.coafile @@ -12,19 +12,30 @@ 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/integration/*.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, + jjb/integration/include-raw-integration-deploy-openstack-run-test.sh, + jjb/integration/include-raw-integration-distribution-check.sh, + jjb/integration/include-raw-integration-get-bundle-vars.sh, + jjb/integration/include-raw-integration-list-jobs.sh, + jjb/integration/include-raw-integration-multipatch-distribution-test.sh, + jjb/integration/include-raw-integration-replace-block-text.sh, + jjb/integration/include-raw-integration-start-cluster-run-test.sh, + jjb/integration/include-raw-integration-replace-block-text.sh, + jjb/integration/include-raw-integration-start-cluster-run-test.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