Merge "Add ShellCheck linting to scripts directories."
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 9 Mar 2017 03:48:11 +0000 (03:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 9 Mar 2017 03:48:11 +0000 (03:48 +0000)
.coafile

index 37ed70d66ba7ded2c34a35d9a0224c45c43eeb93..2cf23e7d56e6f2459e17ec66c400453dfbe7901f 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -11,3 +11,8 @@ bears = YAMLLintBear
 files = jjb/**/*.yaml,openstack-hot/**/*.yaml
 document_start = True
 yamllint_config = yamllint.conf
+
+[ShellCheck]
+bears = ShellCheckBear
+files = jenkins-scripts/**/*.sh, scripts/**/*.sh
+shell = bash