-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Parallel jobs don't work with custom plugins #456
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
Comments
Original comment by Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?):
|
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): --jobs can be used with --load-plugins now. Closes issue #456. |
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): Should be fixed now. |
Original comment by Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?): Still not fixed:
|
Original comment by Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?): My current PyLint version
|
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): Could you try with pylint 1.5.0 (the repo version)? |
Original comment by Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?): I'm guessing I also need the repo astroid version... |
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore): Wow, that's a big wall of text! I'm hoping two-three weeks, depends as soon as I finish Python 3.5 support. |
Original comment by Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?): On 10-09-2015 15:38, Claudiu Popa wrote: I'm guessing there are a lot of options being deprecated, hence the wall Superb, Thanks! |
Originally reported by: Pedro Algarvio (BitBucket: s0undt3ch, GitHub: @s0undt3ch?)
I've created some PyLint plugins which define some options.
When running PyLint with jobs set to more than 1, it fails badly:
My Plugin's option definition can be found here.
The text was updated successfully, but these errors were encountered: