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 useless-return (R1711) #3116

Merged
merged 16 commits into from
Mar 17, 2023

Commits on Feb 21, 2023

  1. wip

    tomecki committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    89b1b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7b472 View commit details
    Browse the repository at this point in the history
  3. cleanup

    tomecki committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ecacccb View commit details
    Browse the repository at this point in the history
  4. rename for clarity

    tomecki committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    385ccb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    02ae140 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update crates/ruff/src/rules/pylint/rules/useless_return.rs

    Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
    tomecki and youknowone committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e556fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bf979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f0d1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7df7ee View commit details
    Browse the repository at this point in the history
  5. fix for autofix

    tomecki committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d20474d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    0b1806f View commit details
    Browse the repository at this point in the history
  2. Rebase

    charliermarsh committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    41ab37e View commit details
    Browse the repository at this point in the history
  3. Match pylint logic

    charliermarsh committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4a71675 View commit details
    Browse the repository at this point in the history
  4. Update snapshots

    charliermarsh committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1f425d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f305827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c67a6 View commit details
    Browse the repository at this point in the history