[pylint] - implement redeclared-assigned-name (W0128)#9268
Merged
zanieb merged 5 commits intoastral-sh:mainfrom Mar 15, 2024
Merged
[pylint] - implement redeclared-assigned-name (W0128)#9268zanieb merged 5 commits intoastral-sh:mainfrom
pylint] - implement redeclared-assigned-name (W0128)#9268zanieb merged 5 commits intoastral-sh:mainfrom
Conversation
Contributor
|
| code | total | + violation | - violation | + fix | - fix |
|---|---|---|---|---|---|
| PLW0128 | 1 | 1 | 0 | 0 | 0 |
6d1d0dd to
f0558b9
Compare
W0128/redeclared-assigned-name
f0558b9 to
139c013
Compare
W0128/redeclared-assigned-namepylint] - implement W0128/redeclared-assigned-name
pylint] - implement W0128/redeclared-assigned-namepylint] - implement redeclared-assigned-name (W0128)
zanieb
reviewed
Mar 13, 2024
zanieb
approved these changes
Mar 13, 2024
Member
zanieb
left a comment
There was a problem hiding this comment.
Nice! Just needs that small docs change
CodSpeed Performance ReportMerging #9268 will not alter performanceComparing Summary
|
Update redeclared_assigned_name.rs
Contributor
Author
|
Updated accordingly, and added support for the dummy variable setting instead of just using |
zanieb
approved these changes
Mar 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements
W0128/redeclared-assigned-nameSee: #970
Test Plan
cargo test