Skip to content

Commit

Permalink
temporarily change the num_diff_files limit, test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Dec 24, 2022
1 parent 64a0e54 commit 8e70f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codestyle/pre_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ ${check_error} != 0 ];then
echo " pip install pre-commit==2.17.0"
echo " pre-commit install"
echo ""
if [[ $num_diff_files -le 100 ]];then
if [[ $num_diff_files -le 200 ]];then
echo "Then, run pre-commit to check codestyle issues in your PR:"
echo ""
echo " pre-commit run --files" $(echo ${diff_files} | tr "\n" " ")
Expand Down

0 comments on commit 8e70f00

Please sign in to comment.