jjb: babeltrace: add shellcheck to lint jobs
[lttng-ci.git] / scripts / babeltrace / lint.sh
index 9471f433b5f08d33c922a921db86acf7dfc583e6..e17799012f0686e8fe1753d246defc306b935577 100755 (executable)
@@ -65,4 +65,8 @@ if [[ -f tools/format-cpp.sh ]]; then
     git diff --exit-code | tee ../../clang-format.out || exit_code=1
 fi
 
+if [[ -f tools/shellcheck.sh ]]; then
+    tools/shellcheck.sh | tee ../../shellcheck.out || exit_code=1
+fi
+
 exit $exit_code
This page took 0.02267 seconds and 4 git commands to generate.