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

[perflint] Add perflint plugin, add first rule PERF102 #4821

Merged
merged 19 commits into from
Jun 13, 2023
Merged

[perflint] Add perflint plugin, add first rule PERF102 #4821

merged 19 commits into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    3dd98eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ecf26 View commit details
    Browse the repository at this point in the history
  3. cargo clippy

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b0312fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db992b7 View commit details
    Browse the repository at this point in the history
  5. Update ruff.schema.json

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    00a0f8d View commit details
    Browse the repository at this point in the history
  6. Remove old snapshot

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    99b6fb7 View commit details
    Browse the repository at this point in the history
  7. Add extra test cases

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1c8655e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    060eb69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c89268e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c50734e View commit details
    Browse the repository at this point in the history
  11. cargo fmt

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b8b6cda View commit details
    Browse the repository at this point in the history
  12. Fix tests

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9dab688 View commit details
    Browse the repository at this point in the history
  13. Remove redundant brackets

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f9c2448 View commit details
    Browse the repository at this point in the history
  14. Format

    qdegraaf committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    103012b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d8b92b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0419305 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f68b4f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Use enum

    charliermarsh committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bc71abf View commit details
    Browse the repository at this point in the history
  2. Refactor

    charliermarsh committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    50be231 View commit details
    Browse the repository at this point in the history