-
Notifications
You must be signed in to change notification settings - Fork 35
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 goes silent if improperly configured #297
Comments
@dciborow Do you see anything in the Output > pylint logs. If you do see something there then we could possibly use that info to create a record in the Problems window. |
Here is the error log.
|
This silent failure is a long-standing problem of |
this issue bit me today too. if you think to look in the pylint output tab, you'll see the failure, but it would never occur to me to look there. |
I am using a .pylintrc file and have found that incorrect values cause pylint to go silent.
Here is an example pylintrc file that is incorrect because the value is wrapped in quotes.
Once I remove the quotes, pylint begins working again.
It would be nice if a item in the PROBLEMS tab was reported if I have enabled pylint to run but is provided a configuration that causes it to fail.
The text was updated successfully, but these errors were encountered: