You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
SwiftLint provides an analyzer for more advanced linting activities, like explicit_self.
Is your feature request related to a problem? Please describe.
SwiftLint provides an analyzer for more advanced linting activities, like
explicit_self
.Describe the solution you'd like
Make use of it.
Additional context
https://github.com/realm/SwiftLint
Example how to run the analyzer:
https://github.com/jpsim/Yams/blob/9bb6c5de9134b9dfe9698dc62dd57a8bbbf831af/.github/workflows/swiftlint_analyze.yml#L29-L35
https://github.com/jpsim/Yams/blob/9bb6c5de9134b9dfe9698dc62dd57a8bbbf831af/.swiftlint.yml#L4-L6
Possible Xcode fix:
https://developer.apple.com/forums/thread/660782
The text was updated successfully, but these errors were encountered: