Open
Description
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