From 6f37c914d3b33fc3ca79427880a9b316bd636de5 Mon Sep 17 00:00:00 2001 From: Frank Harrison Date: Fri, 27 Mar 2020 07:39:29 +0000 Subject: [PATCH] mapreduce| chore| Updating ChangeLog/Contributors/Release notes --- CONTRIBUTORS.txt | 2 ++ ChangeLog | 4 ++++ doc/whatsnew/2.5.rst | 2 ++ 3 files changed, 8 insertions(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 420c6241773..a2eaa07e43a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -381,3 +381,5 @@ contributors: * Yang Yang: contributor * Andrew J. Simmons (anjsimmo): contributor + +* Frank Harrison (doublethefish): contributor diff --git a/ChangeLog b/ChangeLog index 3ed3e66dafc..22cc1e4d8f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ What's New in Pylint 2.5.0? Release date: TBA +* Fixes duplicate-errors not working with -j2+ + + Close #3314 + * Fix a false negative for ``undefined-variable`` when using class attribute in comprehension. Close #3494 diff --git a/doc/whatsnew/2.5.rst b/doc/whatsnew/2.5.rst index 178b8c34bb2..96dc99fd400 100644 --- a/doc/whatsnew/2.5.rst +++ b/doc/whatsnew/2.5.rst @@ -92,3 +92,5 @@ Other Changes This command lists all extensions present in ``pylint.extensions``. * Various false positives have been fixed which you can read more about in the Changelog files. + +* Fixes duplicate code detection for --jobs=2+