-
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
[fn_params_excessive_bools
] Make it possible to allow the lint at the method level
#9698
Conversation
☔ The latest upstream changes (presumably #9733) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry, I missed this over the week, it has been pretty chaotic. I should have a bit more time over the coming weeks. This is on my priority list for this weekend, so you'll have a review by Sunday. You can still rebase :)
You are welcome to commit that as well, more tests rarely hurt :) |
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.
Excellent work! Only one remark regarding traits. Thank you!
Oh and as said, you're welcome to commit the test for the ticket as well, just to be sure that it never comes up again :)
changelog: [`fn_params_excessive_bools`] Make it possible to allow the lint at the method level
Should not lint because the trait might not be changeable by the user We only lint in the trait definition
Looks good to me, thank you for the fix! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: FP: [
fn_params_excessive_bools
]:#[allow]
now works on methodsfix #9687
Tested without committing but
#[allow]
ing now works. Also rewrote the lint to be a late lint while at it :)r? @xFrednet