X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Flint.sh;h=e17799012f0686e8fe1753d246defc306b935577;hb=fa616aea0a12cc7361eda888a6449f2faa1a39fa;hp=9471f433b5f08d33c922a921db86acf7dfc583e6;hpb=46e62ae0432d3eac15d2040762eb2c2820c7703a;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