Enable ShellCheck for all except integration/*.sh 44/53044/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 9 Mar 2017 03:23:18 +0000 (22:23 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 9 Mar 2017 03:59:00 +0000 (22:59 -0500)
Integration will take awhile to fixup so let's enable ShellCheck for
everything else.

Change-Id: I4ebf60d7274ea8643493bb00ecd8e344896562ea
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index 384083df56e0129623575c8845d0fe9df9037bfc..6802f48afea3349f6b8aee0b5ffdf1252ecf0f0d 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -15,12 +15,7 @@ yamllint_config = yamllint.conf
 [ShellCheck]
 bears = ShellCheckBear
 files = jenkins-scripts/**/*.sh,
-    jjb/*.sh,
-    jjb/autorelease/**/*.sh,
-    jjb/docs/**/*.sh,
-    jjb/netvirt/**/*.sh,
-    jjb/neutron/**/*.sh,
-    jjb/opflex/**/*.sh,
-    jjb/ovsdb/**/*.sh,
+    jjb/**/*.sh,
     scripts/**/*.sh
+ignore = jjb/integration/*.sh
 shell = bash