-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Rule Request: Redundant import #2248
Labels
rule-request
Requests for a new rules.
Comments
This would require SwiftLint to run in a "compiled mode" as I've discussed before. |
@jpsim is it something you don’t consider for implementation? |
Nice find, yes! 8fd15b0 |
This comment has been minimized.
This comment has been minimized.
sjavora
pushed a commit
to sjavora/SwiftLint
that referenced
this issue
Mar 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Issue Checklist
Rule Request
Redundant imports often lead to the confusion about the responsibilities of declarations within a file. I don't know any reasons for why anyone would want to have import declarations of the module they don't use.
the community thinks about this.
I didn't find any
Would trigger:
Wouldn't trigger:
No
See README.md for guidelines on when to mark a
rule as opt-in.
Such rule should be enabled by default
The text was updated successfully, but these errors were encountered: