-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Steps to reproduce
I don't know if this bug happens with all code but it happens with the Taskenizer code tree:
$ fossil clone https://www.suckmore.uk/cgi-bin/repo/Taskenizer ~/tasrepo.fossil
$ mkdir taskenizer
$ cd taskenizer
$ fossil open ~/tasrepo.fossil
$ pylint3 --rcfile='pylintrc' taskenizer/
Now edit the jobs to 1 in pylintrc and run again
Current behavior
Score changes
Expected behavior
Changing number of jobs should not affect score.
pylint --version output
pylint3 1.5.2,
astroid 1.4.4
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1]