You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\n🚀 Format and stage all affected files:\n\t \"$DIR\"/format-objc-files.sh -s"
35
+
fi
30
36
return$success
31
37
}
32
38
33
39
success=0
34
-
format_objc || (echo -e "🔴 There were formatting issues with this commit, fix by running the👆 above👆 commands. \n\tYou can also run: \"$DIR\"/format-objc-files.sh\n💔 Commit anyway and skip this check by running git commit --no-verify"&& success=1)
40
+
format_objc || (echo -e "\n🔴 There were formatting issues with this commit, run the👆 above👆 command to fix.\n💔 Commit anyway and skip this check by running git commit --no-verify"&& success=1)
0 commit comments