You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I would greatly appreciate a solution here. At the moment I always have to disable it by hand to avoid being swamped by
[Linter] Error running Pylint
See Console for more info.
[...]
OSError: The config file [MY_PROJECT]/.pylintrc doesn't exist!
errors. Can't commit to contributing myself to this, even though I might have a look at it. In case one of you experienced guys is quicker, I'd be really thankful ;)
Not all the projects I work on use Pylint. On the ones that don't it throws errors because
linter-pylint
expects it to be configured.To work around this I think the best solution would be to add options for when no
.pylintrc
is found:My current settings for Pylint are as follows:
Executable Path:
%p/.venv/bin/pylint
Python Path:
%p/.venv/bin/python
Rc File:
%p/.pylintrc
The text was updated successfully, but these errors were encountered: