Hi,
Please excuse me if this has already been answered, I couldn’t find anything online..
I’m running pylint on a module but get different scores depending on how it’s run.
It varies by ~0.2 points when run with -j=4 vs -j=1 (which is a little frustrating but not a huge deal)
It varies by up to 4 points when run in CI (Linux system) vs running locally on a macbook (not sure if the architecture is relevant here)?
Is this a known issue? Is there some way to get a consistent score?
Thanks!
Aaron