-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(fix): ignore todo!
and unimplemented!
in if_same_then_else
#9006
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
Conversation
todo!
and unimplemented!
in if_same_then_else
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.
This would be better added to SpanlessEq
. That would fix the same issue in a couple other lints as well. I'll leave it up to you if you want to do that with this PR though.
I did some commits. Could I request another review? |
Looks good. @bors r+ |
📌 Commit 39ffda0 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
close: #8836
take over: #8853
This PR adds check
todo!
andunimplemented!
in if_same_then_else.( I thought
unimplemented
should not be checked as well as todo!.)Thank you in advance.
changelog: ignore todo! and unimplemented! in if_same_then_else
r? @Jarcho