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
Should be fixed now. The "errors / warnings" missing section and the message stats problem was fixed by 158aca284889, while the different number of statements was fixed by d69d5b71899ac0b0354e65b490183df1f72e8fd1
Originally reported by: Pavel Roskin (BitBucket: pavel_roskin)
Support we have two files,
first.py
andsecond.py
that both have one line inside:pylint first.py second.py
andpylint --jobs=2 first.py second.py
produce different output.Interesting parts from the diff:
In fact, there are just two statements.
The whole section is missing.
There are actually two missing docstrings. Both invocations emitted two missing-docstring messages, but the stats in the report are wrong.
The text was updated successfully, but these errors were encountered: