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

[CodeStyle][C416][C417] rewrite unnecessary comprehension with function call and use generator instead of map #52140

Merged
merged 10 commits into from
Mar 30, 2023

Commits on Mar 23, 2023

  1. codestyle c416 c417

    enkilee committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3d626f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    cf7309f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa804f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix error

    enkilee committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5435c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f37cf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    ac102fa View commit details
    Browse the repository at this point in the history
  2. fix inc

    SigureMo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    db8fc3b View commit details
    Browse the repository at this point in the history
  3. unify all C4 rules into one

    SigureMo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8c10615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6853d45 View commit details
    Browse the repository at this point in the history
  5. fix inc

    SigureMo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7a1a250 View commit details
    Browse the repository at this point in the history