- ensure correct version of clang-format is installed
Change-Id: Ieb944e8368076ca44bdc3a0060bfdd0252a71844
Signed-off-by: Dave Wallace <[email protected]>
fi
fi
-if [ -n "$(grep -E '^checkstyle:' Makefile)" ]
+if grep -qE '^checkstyle:' Makefile
then
- make checkstyle
+ make UNATTENDED=yes install-deps checkstyle
else
- echo "Can't find checkstyle target in Makefile - skipping checkstyle"
+ echo "Can't find checkstyle target in Makefile - skipping checkstyle"
fi