-
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
extension should handle python.linting.ignorePatterns
setting.
#199
Comments
The bundled pylint no honoring Honoring |
python.linting.ignorePatterns
is ignoredpython.linting.ignorePatterns
setting.
python.linting.ignorePatterns
setting.pylint
extension should handle python.linting.ignorePatterns
setting.
Thanks for the explanation. The bug seems to be fixed in pylint already and is already released so I guess vscode-pylint will include this in its next version? |
@Mutantpenguin Can you try the pre-release version? |
Works! But I would still say that integrating it with |
Hi, |
I've tried My pattern is |
@SpaceIm Can you share the command you ran with |
Although I have multiple patterns that work (as can be seen by them working for
mypy
andpycodestyle
), this extension just ignores this.example:
If I disable this extension and set
python.linting.pylintEnabled
to true to use pylint from my system, these pattern are used correctly.Version of my local pylint: 2.15.3
Version of this extension: v2022.4.0
This wouldn't be so bad if the bundled
pylint
would honor the command line arg--ignore-paths
, but it just does nothing with it.But honoring
python.linting.ignorePatterns
would be the better solution in my opinion.The text was updated successfully, but these errors were encountered: