-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use swiftformat command instead of a bash script to format the project (
#1597) We aim to provide the same results for `swiftformat` running locally and on CI This change: - removes internal format.sh script usage and relies on `swiftformat` command itself that is running against project folder. By default it uses `.swiftformat.yml` and this is exact behavior that helps us to align with CI. - splits Lint and Format build phase script into two: SwiftLint and SwiftFormat. It could make CI debug easier - removes linting and formatting steps from all targets but `AdyenUIHost` (Demo app) and `AdyenSwiftUIHost` and appliy formatting to the whole project.
- Loading branch information
Showing
780 changed files
with
919 additions
and
1,163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ opt_in_rules: | |
|
||
excluded: | ||
- Tests | ||
- UITests | ||
- Internal | ||
- Docs | ||
- Demo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.