-
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
add configuration for [wildcard_imports
] to ignore certain imports
#11979
Conversation
r? @Alexendoo (rustbot has picked a reviewer for you, use r? to override) |
61f5cfd
to
045b411
Compare
☔ The latest upstream changes (presumably #10283) made this pull request unmergeable. Please resolve the merge conflicts. |
1c8ab10
to
a7c4f15
Compare
@Alexendoo Sorry I didn't know this has been reviewed, must've been buried under other notifications... Could you help reviewing it again? |
☔ The latest upstream changes (presumably #12144) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -1 +1,2 @@ | |||
warn-on-all-wildcard-imports = true | |||
ignored-wildcard-imports = ["utils"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing actually, would be good to add a comment here that mentions it's ignored because of warn-on-all-wildcard-imports
Thanks, LGTM just needs a rebase to fix the conflict |
Great, thanks! @bors r+ |
add configuration for [`wildcard_imports`] to ignore certain imports fixes: #11428 changelog: add configuration `ignored-wildcard-imports` for lint [`wildcard_imports`]
💔 Test failed - checks-action_test |
Ah it needs |
oh no I always forget that, oops... Should be good for now, sorry about that |
No worries! I think we all forget about that @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes: #11428
changelog: add configuration
ignored-wildcard-imports
for lint [wildcard_imports
]