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

Do not lint ignored file on stdin #7220

Merged
merged 5 commits into from
Sep 3, 2022

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    9f29f28 View commit details
    Browse the repository at this point in the history
  2. Do not lint ignored file when passed on stdin

    Previously pylint would lint a file passed on stdin even if the user
    meant to ignore the file. This commit fixes that issue.
    christoph-blessing committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6e35080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d85df View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    68ea2d5 View commit details
    Browse the repository at this point in the history
  2. Small refactor

    DanielNoord committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9da9b5d View commit details
    Browse the repository at this point in the history