make PADDLE_ENFORCE ci check rule more readable (#19512)

fix_crf_doc
Tao Luo 6 years ago committed by GitHub
parent 11f2f78458
commit 5eefd6e311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,6 +131,7 @@ fi
if [ -n "${echo_list}" ];then
echo "****************"
echo -e ${echo_list[@]}
git diff -U0 upstream/$BRANCH |grep "+" |grep -v "PADDLE_ENFORCE_" |grep "PADDLE_ENFORCE"
echo "There are ${failed_num} approved errors."
echo "****************"
exit 1

Loading…
Cancel
Save