We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running pylint on a non-existent path, no error is reported and the command exits with code 0
pylint path_that_doesnt_exist
no output
error stating that the path does not exist, and non-zero exit code
pylint 3.3.2 astroid 3.3.5 Python 3.13.0 (main, Oct 16 2024, 00:33:24) [MSC v.1929 64 bit (AMD64)]
windows 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
when running pylint on a non-existent path, no error is reported and the command exits with code 0
Command used
Pylint output
no output
Expected behavior
error stating that the path does not exist, and non-zero exit code
Pylint version
OS / Environment
windows 11
The text was updated successfully, but these errors were encountered: