Open
Description
opened on Dec 13, 2024
Bug description
when running pylint on a non-existent path, no error is reported and the command exits with code 0
Command used
pylint path_that_doesnt_exist
Pylint output
no output
Expected behavior
error stating that the path does not exist, and non-zero exit code
Pylint version
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)]
OS / Environment
windows 11
Activity