-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[pylint
] - implement redeclared-assigned-name
(W0128
)
#9268
Conversation
|
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-name
pylint
] - implement W0128
/redeclared-assigned-name
pylint
] - implement W0128
/redeclared-assigned-name
pylint
] - implement redeclared-assigned-name
(W0128
)
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.
Nice! Just needs that small docs change
CodSpeed Performance ReportMerging #9268 will not alter performanceComparing Summary
|
Update redeclared_assigned_name.rs
Updated accordingly, and added support for the dummy variable setting instead of just using |
Summary
Implements
W0128
/redeclared-assigned-name
See: #970
Test Plan
cargo test