Skip to content

Commit

Permalink
Apply SwiftFormat for all files (#2502)
Browse files Browse the repository at this point in the history
* apply swiftformat to all files

* fixes

* swiftlint fixes

* update semaphore image

* wip

* wip

* wip

* wip

* wip

* set target to 17.2

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* test fix

* wip

* wip

* wip

* wip

* update wdio config

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix
  • Loading branch information
sosnovsky authored Feb 13, 2024
1 parent ca89e7d commit c3129cf
Show file tree
Hide file tree
Showing 140 changed files with 1,692 additions and 2,706 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx git-format-staged --formatter "swiftformat stdin --stdinpath '{}'" "*.swift"
4 changes: 1 addition & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ blocks:
- npm run-script test.mock.setup
- name: Run Mock other tests + Run Live tests
commands:
- npm run-script test.mock.login
- sleep 3
- npm run-script test.mock.settings
- npm run-script test.mock.login-settings
# temporary disabled because of e2e account login issue
# - 'wget https://flowcrypt.s3.eu-central-1.amazonaws.com/release/flowcrypt-ios-old-version-for-ci-storage-compatibility-2022-05-09.zip -P ~/git/flowcrypt-ios/appium'
# - unzip flowcrypt-ios-*.zip
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7
5.8
104 changes: 52 additions & 52 deletions Core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3129cf

Please sign in to comment.