Skip to content
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

chore: add SwiftFormat lint #250

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Conversation

ShlomoCode
Copy link
Contributor

@ShlomoCode ShlomoCode commented Aug 11, 2024

Describe your changes

Added SwiftFormat to ensure consistent code style, improve readability, and automate formatting, saving time during code reviews. Included a GitHub Action and an Xcode build phase.

Related issue number(s) and link(s)

closes #204

Checklist before requesting a review

  • I have performed a self-review of my code
  • If this change affects core functionality, I have added a description highlighting the changes
  • I have followed conventional commit guidelines

Core Functionality Changes

If this PR modifies core functionality, please provide a brief description of the changes and their impact below:

No

@ShlomoCode ShlomoCode changed the title chore: add SwiftFormat for consistent code style and automated formatting chore: add SwiftFormat Aug 11, 2024
@ShlomoCode ShlomoCode changed the title chore: add SwiftFormat chore: add SwiftFormat lint Aug 11, 2024
@ShlomoCode ShlomoCode force-pushed the swift-format branch 2 times, most recently from c50933d to 55156fb Compare August 11, 2024 17:40
run swiftformat . --swiftversion 5.0

add lint github action

add build phase in Xcode
@ejbills ejbills merged commit 7f8843a into ejbills:main Aug 11, 2024
2 checks passed
@ShlomoCode ShlomoCode deleted the swift-format branch August 11, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code Lint automation
2 participants