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
Thanks, I can reproduce the bug. There must be some configuration issue between the main process and the child linter processes when using multiple jobs.
Steps to reproduce
echo "import os" >> example.py
pylint --py3k --disable=no-absolute-import -j 1 example.py
pylint --py3k --disable=no-absolute-import -j 2 example.py
Current behavior
No errors with 1 job.
Output with 2 jobs:
Expected behavior
No difference when changing number of jobs.
Probably related to other issues on differences when changing number of jobs (#374 for example).
pylint --version output
Thanks !
The text was updated successfully, but these errors were encountered: