Closed
Description
New Issue Checklist
- Updated SwiftLint to the latest version
- I searched for existing GitHub issues
Describe the bug
In some cases (as can be seen in this Stack Overflow Issue: https://stackoverflow.com/a/28187653), it is necessary to reimplement initializers.
As these reimplementations are considered "unneeded" by SwiftLint, they are deleted.
"unneeded_override" could be made optional to avoid breaking existing codebases with this when running swiftlint fix.
Activity