-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
no-duplicates: allow duplicate if one is namespace and other not #1612
Conversation
It is a syntax error to put both namespace and non namespace import on the same line, so allow it. Fixes #1538
Note that this is a simple implementation which will not check:
I'm currently working on something better… |
3 similar comments
@sveyret Did you ever circle back on this? I am seeing this issue come up with the following:
and was trying to figure out if this was a mistake on my side or if I should create an issue. EDIT: Created an issue so feel free to disregard. #2054 |
I don’t really remember, but I don’t think I did anything since this PR. It means an evolution is needed. |
It is a syntax error to put both namespace and non namespace import on the same line, so allow it.
Fix issue #1538