-
Notifications
You must be signed in to change notification settings - Fork 158
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
enabled swiftlint & fixed issues #657
base: main
Are you sure you want to change the base?
Conversation
It looks like I'll need to review swiftlint & the github actions. I'll investigate this in the new year. |
My 2 cents on the swiftlint usage: If the primary consumer of As a result, I believe this will cause significant integration conflicts for OpenTelemetry with many apps due to SwiftLint's instability and how unfriendly SPM is when handling heavy dependencies (Sadly, I speak from experience). What I'd do is find other ways to enforce Swiftlint rules without exposing Swiftlint as a plugin in the |
@ArielDemarco Thanks for the feedback. I'll investigate a different way to utilize swiftlint |
@ArielDemarco I really like being able to use swiftlint in xcode, and I think I've come up with a solution! |
f1e6530
to
69e21a4
Compare
Looks great! I'll give it a try on a sample project but seems it'll work just fine! |
I've added the swiftlint plugin to the 5.9 package.swift. I've also added .swiftlint and disabled several rules that are less simple to resolve, that we may revisit in the future.