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

[refurb] Implement unnecessary-enumerate (FURB148) #7454

Merged
merged 14 commits into from
Sep 19, 2023

Commits on Sep 17, 2023

  1. First draft

    tjkuson committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    00f3851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e904ca View commit details
    Browse the repository at this point in the history
  3. Fix rule codes

    tjkuson committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    22829ce View commit details
    Browse the repository at this point in the history
  4. Refactor

    tjkuson committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fe4f57a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Update crates/ruff/src/rules/refurb/rules/unnecessary_enumerate.rs

    Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
    tjkuson and dhruvmanila committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3876f87 View commit details
    Browse the repository at this point in the history
  2. Update crates/ruff/src/rules/refurb/rules/unnecessary_enumerate.rs

    Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
    tjkuson and dhruvmanila committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    62c84be View commit details
    Browse the repository at this point in the history
  3. Revert "Update crates/ruff/src/rules/refurb/rules/unnecessary_enumera…

    …te.rs"
    
    This reverts commit 62c84be.
    tjkuson committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    168beb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14443c4 View commit details
    Browse the repository at this point in the history
  5. Add more references

    tjkuson committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0a5fe37 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    7d2db1d View commit details
    Browse the repository at this point in the history
  2. Add to preview

    charliermarsh committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fa42244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbda126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1178a4b View commit details
    Browse the repository at this point in the history
  5. Allow fix with start

    charliermarsh committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    faa4576 View commit details
    Browse the repository at this point in the history