Skip to content

Commit 854a7f5

Browse files
doublethefishPierre-Sassoulas
authored andcommitted
mapreduce| chore| Updating ChangeLog/Contributors/Release notes
1 parent bf2985a commit 854a7f5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CONTRIBUTORS.txt

+2
Original file line numberDiff line numberDiff line change
@@ -433,3 +433,5 @@ contributors:
433433
* Gergely Kalmár: contributor
434434

435435
* Batuhan Taskaya: contributor
436+
437+
* Frank Harrison (doublethefish): contributor

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Release date: TBA
107107

108108
Close #1879
109109

110+
* Fixes duplicate-errors not working with -j2+
111+
112+
Close #3314
113+
110114
What's New in Pylint 2.6.0?
111115
===========================
112116

doc/whatsnew/2.6.rst

+2
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ Other Changes
5858
.. _the migration guide in isort documentation: https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/#known_standard_library
5959

6060
* `len-as-conditions` is now triggered only for classes that are inheriting directly from list, dict, or set and not implementing the `__bool__` function, or from generators like range or list/dict/set comprehension. This should reduce the false positive for other classes, like pandas's DataFrame or numpy's Array.
61+
62+
* Fixes duplicate code detection for --jobs=2+

0 commit comments

Comments
 (0)