-
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
explicit_type_interface rule triggered in case let switches #2154
Comments
Maybe we should ignore variables inside cases ( This is the structure that SourceKit returns:
|
There is also a problem with |
Feel free to send a PR! |
There is a error on |
There is still error on |
@marcelofabri Any type of regression on this? I am getting this error again on 0.43.1. |
Xcode 9.3 (9E145)
Swiflint 0.25.1
On every
case
line I get an error:"Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)".
I can't add here error type. Swift doesn't get it.
I am not sure if this is a bug or I'm doing something wrong.
The text was updated successfully, but these errors were encountered: