Skip to content
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

Does not support Pylint's Parallel execution #13

Open
jonykalavera opened this issue Aug 29, 2018 · 2 comments
Open

Does not support Pylint's Parallel execution #13

jonykalavera opened this issue Aug 29, 2018 · 2 comments

Comments

@jonykalavera
Copy link

False possitives will appear when pylint's jobs setting is != 1.

https://pylint.readthedocs.io/en/latest/user_guide/run.html#parallel-execution

This happens when running against a project rather than a single file.

@edaniszewski
Copy link
Owner

What version of pylint are you using? I've tried reproducing this on some of my larger projects with different values set for the number of pylint jobs and haven't been able to get any false positives to show up. Are you using a non-default config for pylint-quotes? (all my testing was done using the default config)

@jonykalavera
Copy link
Author

I'm using:

pylint==1.8.2
pylint-quotes==0.1.9

Let me try to put a simple example together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants