Skip to content
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

Merged
merged 5 commits into from Mar 15, 2024

Commits on Mar 15, 2024

  1. [pylint] - implement W0128/redeclared-assigned-name

    Update redeclared_assigned_name.rs
    diceroll123 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a5153cb View commit details
    Browse the repository at this point in the history
  2. ignore _ assignments

    diceroll123 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e623c65 View commit details
    Browse the repository at this point in the history
  3. add example

    diceroll123 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2bc5498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    173b04f View commit details
    Browse the repository at this point in the history
  5. update snapshot

    diceroll123 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ab12b93 View commit details
    Browse the repository at this point in the history