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

C2901 & C2902: New checks for unnecessary lambda expression usage #6004

Merged
merged 24 commits into from
May 4, 2022

Commits on May 4, 2022

  1. Lambda expression checker

    jpy-git authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    f195459 View commit details
    Browse the repository at this point in the history
  2. Checker ready for review

    jpy-git authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9dd81ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc694a1 View commit details
    Browse the repository at this point in the history
  4. Uncomment fixed unit test

    jpy-git authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1a56ebf View commit details
    Browse the repository at this point in the history
  5. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Jacob Walls <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    98c0f47 View commit details
    Browse the repository at this point in the history
  6. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Jacob Walls <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a6f6551 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85030e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe552bc View commit details
    Browse the repository at this point in the history
  9. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    da3c80a View commit details
    Browse the repository at this point in the history
  10. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    62b89fb View commit details
    Browse the repository at this point in the history
  11. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    4388bda View commit details
    Browse the repository at this point in the history
  12. Update pylint/checkers/lambda_expressions.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    52d3ade View commit details
    Browse the repository at this point in the history
  13. Update tests/functional/l/lambda_use_before_assign.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c2fd67f View commit details
    Browse the repository at this point in the history
  14. Update tests/functional/u/undefined/undefined_variable.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    4a80656 View commit details
    Browse the repository at this point in the history
  15. Update tests/functional/u/unnecessary/unnecessary_direct_lambda_call.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    36560e5 View commit details
    Browse the repository at this point in the history
  16. Update tests/functional/u/unnecessary/unnecessary_lambda_assignment.py

    Co-authored-by: Daniël van Noord <[email protected]>
    2 people authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    94686ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    36b98b9 View commit details
    Browse the repository at this point in the history
  18. Review feedback

    jpy-git authored and Pierre-Sassoulas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    496f479 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b7cae61 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4bd564c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e7df72d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eb68655 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    adff75c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c1c46cc View commit details
    Browse the repository at this point in the history