-
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
Rename lint identity_conversion
to useless_conversion
#5568
Conversation
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.
For renaming lints the lint has to be store.register_renamed(..)
. Otherwise approved.
73185dd
to
5543796
Compare
dce57d2
to
344ecdf
Compare
@bors r+ Thanks! |
📌 Commit 344ecdf has been approved by |
Rename lint `identity_conversion` to `useless_conversion` Lint name `identity_conversion` was misleading, so this PR renames it to `useless_conversion`. As decision has not really came up in the issue comments, this PR will probably need discussion. fixes #3106 changelog: Rename lint `identity_conversion` to `useless_conversion`
@bors retry (prio the mass renaming PR) |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #5563) made this pull request unmergeable. Please resolve the merge conflicts. |
You can ping me after rebase to re-approve. 👍 |
344ecdf
to
e55b920
Compare
@bors r+ |
📌 Commit e55b920 has been approved by |
Rename lint `identity_conversion` to `useless_conversion` Lint name `identity_conversion` was misleading, so this PR renames it to `useless_conversion`. As decision has not really came up in the issue comments, this PR will probably need discussion. fixes #3106 changelog: Rename lint `identity_conversion` to `useless_conversion`
💔 Test failed - checks-action_test |
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.
Don't worry about the test failure. This is already fixed in #5608
@bors retry |
Rename lint `identity_conversion` to `useless_conversion` Lint name `identity_conversion` was misleading, so this PR renames it to `useless_conversion`. As decision has not really came up in the issue comments, this PR will probably need discussion. fixes #3106 changelog: Rename lint `identity_conversion` to `useless_conversion`
💔 Test failed - checks-action_remark_test |
@bors retry (not sure what went wrong with the remark build) |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Lint name
identity_conversion
was misleading, so this PR renames it touseless_conversion
.As decision has not really came up in the issue comments, this PR will probably need discussion.
fixes #3106
changelog: Rename lint
identity_conversion
touseless_conversion