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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
To ensure code format consistency we could use SwiftFormat. We can integrate it as a build phase that triggers a warning or an error if swiftformat command was not found. If we choose the error approach we should clearly describe in README that in order to contribute to the project you should first make sure you have the swiftformat installed.
In addition we could use SwiftLint to ensure a consistent code style. The integration options are the same as for the SwiftFormat.
The text was updated successfully, but these errors were encountered:
To ensure code format consistency we could use SwiftFormat. We can integrate it as a build phase that triggers a warning or an error if
swiftformat
command was not found. If we choose the error approach we should clearly describe inREADME
that in order to contribute to the project you should first make sure you have theswiftformat
installed.In addition we could use SwiftLint to ensure a consistent code style. The integration options are the same as for the SwiftFormat.
The text was updated successfully, but these errors were encountered: