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

fix(inconsistent-return-statements): Fix false positive due to pylint not seeing that a method returns NoReturn #8750

Commits on Jun 7, 2023

  1. fix(inconsistent-return-statement): Allow inspection of method defint…

    …ions when checking if returns `NoReturn`
    kdestin committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2039b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629f240 View commit details
    Browse the repository at this point in the history
  3. chore: Add whatnew fragment

    kdestin committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b3a9d6d View commit details
    Browse the repository at this point in the history
  4. test(inconsistent-return-statements): Document false negative when fu…

    …nction signature claims NoReturn but body returns
    kdestin committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ab76794 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. test(inconsistent-return-statements): Let test stand for itself and d…

    …on't document as false negative
    kdestin committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3c9a77c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9738b7 View commit details
    Browse the repository at this point in the history