Commit 84930fa4 authored by Raphael Defosseux's avatar Raphael Defosseux

feature(ci): making mandatory to pass code formatting stage

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 8faf14d7
......@@ -205,4 +205,4 @@ echo "Nb Files that do NOT follow OAI rules: $NB_TO_FORMAT over $NB_TOTAL checke
echo "NB_FILES_FAILING_CHECK=$NB_TO_FORMAT" > ./oai_rules_result.txt
echo "NB_FILES_CHECKED=$NB_TOTAL" >> ./oai_rules_result.txt
exit 0
if [ $TO_FORMAT -ne 0 ]; then exit -1; else exit 0; fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment