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"
fi
return $success
}
success=0
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)