X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Flint.sh;h=e17799012f0686e8fe1753d246defc306b935577;hb=4955549e270f70e6403bb44fb16016dade5e18c7;hp=9471f433b5f08d33c922a921db86acf7dfc583e6;hpb=09c31b17f03f03d016c97948e826aee34b789977;p=lttng-ci.git diff --git a/scripts/babeltrace/lint.sh b/scripts/babeltrace/lint.sh index 9471f43..e177990 100755 --- a/scripts/babeltrace/lint.sh +++ b/scripts/babeltrace/lint.sh @@ -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