-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fork #1
Conversation
roanutil
commented
May 17, 2024
•
edited
Loading
edited
- Port tests to XCTest
- Change swiftformat config
- Change SwiftLint config
- Resolve lint warnings
- Port documentation to DocC
- Change CI workflow
- Remove Spectre dependency
- Change PathKit dependency to MFB Tech fork
- Add linux dev container
- Fix build error in tests on linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency of our repos, should we also add SwiftFormat
to this project?
I'm seeing a handful of Sendable warnings. Did you want to handle that in this initial PR or wait on it? |
Wait on it. I tried to keep this PR "structural". |
What do you mean? Isn't there already a config file for it? |