-
Notifications
You must be signed in to change notification settings - Fork 175
Description
After run git commit -a, I get this:
🚸 Format and stage individual files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-file.sh 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m' && git add 'lollypop-client-ios/femometer/femometer-client/thermometer/App/BMTAppDelegate.m';
🚀Format and stage all affected files:
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-files.sh -s
🔴 There were formatting issues with this commit, run the👆 above👆 command to fix.
💔 Commit anyway and skip this check by running git commit --no-verify
It works when run format-objc-file.sh for one file, but nothing happen when run
"/Users/aren/Documents/lollypop/spacecommander"/format-objc-files.sh -s
Have I missed something?