run-static-checks.sh: Include order is "warning"
Include order violation is not a hard failure.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I62aa936a893907e334993e6e937fc2e7b1e24a6d
diff --git a/run-static-checks.sh b/run-static-checks.sh
index a449796..c2b306a 100755
--- a/run-static-checks.sh
+++ b/run-static-checks.sh
@@ -52,7 +52,7 @@
"$CI_ROOT"/script/static-checks/static-checks-include-order.sh .
fi
if [ "$?" != 0 ]; then
- echo "Include order test: FAILURE"
+ echo "Include order test: FAILURE (warning)"
((WARNING_COUNT++))
else
echo "Include order test: PASS"