-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Lint automation #204
Comments
Cant we just make a script to use the default file formatter from Xcode? Make a hook and as a pre-commit the bash script runs and then the commit goes through? |
It is possible? XCode supports formatting all files via the command line? |
Not sure to be honest, I know we have to use Xcode in the command line to install stuff like git on Macs for the first time, so I figured there might be something like this. We can do some more research into this, I like the overall idea of using some sort of a linter regardless |
Did some research, I cant seem to find much about Xcode having capabilities in the command line. |
I'm thinking of using https://github.com/nicklockwood/SwiftFormat
The text was updated successfully, but these errors were encountered: