Skip to content

Commit f0a1b1d

Browse files
Bump pylint to 2.14.0-b0, update changelog
Update contributors and create release summary
1 parent 7c91521 commit f0a1b1d

File tree

7 files changed

+144
-100
lines changed

7 files changed

+144
-100
lines changed

CONTRIBUTORS.txt

+17-9
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Maintainers
1919
- Marc Mueller <[email protected]>
2020
- Hippo91 <[email protected]>
2121
- Jacob Walls <[email protected]>
22+
- Andreas Finkler <[email protected]>
2223
- Łukasz Rogalski <[email protected]>
2324
- Ashley Whetter <[email protected]>
2425
- Bryce Guinta <[email protected]>
25-
- Andreas Finkler <[email protected]>
2626
- Yu Shao, Pang <[email protected]>
2727
- Dimitri Prybysh <[email protected]>
2828
* multiple-imports, not-iterable, not-a-mapping, various patches.
@@ -50,6 +50,7 @@ contributors:
5050
* wrong-spelling-in-comment
5151
* wrong-spelling-in-docstring
5252
* parallel execution on multiple CPUs
53+
- Matus Valo <[email protected]>
5354
- Bruno Daniel <[email protected]>: check_docs extension.
5455
- Sushobhit <[email protected]> (sushobhit27)
5556
* Added new check 'comparison-with-itself'.
@@ -75,6 +76,7 @@ contributors:
7576
* redefined-variable-type
7677
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support
7778
- Nick Drozd <[email protected]>: performance improvements to astroid
79+
- Mark Byrne <[email protected]>
7880
- Julien Cristau <[email protected]> (Logilab): python 3 support
7981
- Adrien Di Mascio <[email protected]>
8082
- Frank Harrison <[email protected]> (doublethefish)
@@ -87,23 +89,25 @@ contributors:
8789
* Fix consider-using-ternary for 'True and True and True or True' case
8890
* Add bad-docstring-quotes and docstring-first-line-empty
8991
- Ville Skyttä <[email protected]>
90-
- Matus Valo <[email protected]>
9192
- Pierre-Yves David <[email protected]>
9293
- David Shea <[email protected]>: invalid sequence and slice index
93-
- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
94+
- Gunung P. Wibisono <55311527+gunungpw@users.noreply.github.com>
9495
- Derek Gustafson <[email protected]>
9596
- Cezar Elnazli <[email protected]>: deprecated-method
97+
- Joseph Young <[email protected]> (jpy-git)
9698
- Nicolas Chauvat <[email protected]>
9799
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
98100
- Holger Peters <[email protected]>
99101
- Cosmin Poieană <[email protected]>: unichr-builtin and improvements to bad-open-mode.
102+
- Tim Martin <[email protected]>
100103
- Steven Myint <[email protected]>: duplicate-except.
101104
- Peter Kolbus <[email protected]> (Garmin)
102105
- Luigi Bertaco Cristofolini <[email protected]> (luigibertaco)
103106
- Glenn Matthews <[email protected]>:
104107
* autogenerated documentation for optional extensions,
105108
* bug fixes and enhancements for docparams (née check_docs) extension
106109
- Vlad Temian <[email protected]>: redundant-unittest-assert and the JSON reporter.
110+
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
107111
- Julien Jehannet <[email protected]>
108112
- Boris Feld <[email protected]>
109113
- Anthony Sottile <[email protected]>
@@ -115,14 +119,13 @@ contributors:
115119
* Added new check `logging-fstring-interpolation`
116120
* Documentation typo fixes
117121
- Jakub Wilk <[email protected]>
122+
- Eli Fine <[email protected]> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
123+
- Andrew Haigh <[email protected]> (nelfin)
118124
- Émile Crater <[email protected]>
125+
- orSolocate <[email protected]>
119126
- Pavel Roskin <[email protected]>
120-
- Eli Fine <[email protected]> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
121127
- David Gilman <[email protected]>
122-
- Andrew Haigh <[email protected]> (nelfin)
123128
- へーさん <[email protected]>
124-
- orSolocate <[email protected]>
125-
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
126129
- Thomas Hisch <[email protected]>
127130
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check
128131
- Manuel Vázquez Acosta <[email protected]>
@@ -141,7 +144,6 @@ contributors:
141144
* Added new useless-return checker,
142145
* Added new try-except-raise checker
143146
- Téo Bouvard <[email protected]>
144-
- Tim Martin <[email protected]>
145147
- Mihai Balint <[email protected]>
146148
- Mark Bell <[email protected]>
147149
- Konstantina Saketou <[email protected]>
@@ -171,7 +173,6 @@ contributors:
171173
* Added new check for useless `with threading.Lock():` statement
172174
- Marcus Näslund <[email protected]> (naslundx)
173175
- Marco Forte <[email protected]>
174-
- Joseph Young <[email protected]> (jpy-git)
175176
- Ionel Maries Cristian <[email protected]>
176177
- Gergely Kalmár <[email protected]>
177178
- Daniel Harding <[email protected]>
@@ -218,6 +219,7 @@ contributors:
218219
- Alain Leufroy <[email protected]>
219220
- xmo-odoo <[email protected]>
220221
222+
- omarandlorraine <[email protected]>
221223
222224
- craig-sh <[email protected]>
223225
- bernie gray <[email protected]>
@@ -243,6 +245,7 @@ contributors:
243245
- Matthew Suozzo <[email protected]>
244246
- Matthew Beckers <[email protected]> (mattlbeck)
245247
- Mark Roman Miller <[email protected]>: fix inline defs in too-many-statements
248+
246249
- Mads Kiilerich <[email protected]>
247250
- Maarten ter Huurne <[email protected]>
248251
- Lefteris Karapetsas <[email protected]>
@@ -381,6 +384,7 @@ contributors:
381384
- Nick Smith <[email protected]>
382385
- Ned Batchelder <[email protected]>
383386
- Natalie Serebryakova <[email protected]>
387+
384388
- Mitchell Young <[email protected]>: minor adjustment to docparams
385389
386390
- Mike Fiedler <[email protected]> (miketheman)
@@ -407,6 +411,7 @@ contributors:
407411
- Krzysztof Czapla <[email protected]>
408412
- Kraig Brockschmidt <[email protected]>
409413
414+
- KotlinIsland <[email protected]>
410415
- Kosarchuk Sergey <[email protected]>
411416
- Konrad Weihmann <[email protected]>
412417
- Kian Meng, Ang <[email protected]>
@@ -444,6 +449,7 @@ contributors:
444449
* Fixed "no-self-use" for async methods
445450
* Fixed "docparams" extension for async functions and methods
446451
- Harshil <[email protected]> (harshil21)
452+
447453
- Grant Welch <[email protected]>
448454
- Giuseppe Valente <[email protected]>
449455
- Gary Tyler McLeod <[email protected]>
@@ -495,6 +501,7 @@ contributors:
495501
- Anthony Tan <[email protected]>
496502
- Anthony Foglia <[email protected]> (Google): Added simple string slots check.
497503
- Anentropic <[email protected]>
504+
- Andy Young <[email protected]>
498505
- Andy Palmer <[email protected]>
499506
- Andrzej Klajnert <[email protected]>
500507
- Andrew Howe <[email protected]>
@@ -548,3 +555,4 @@ under this name, or we did not manage to find their commits in the history.
548555
- Thomas Snowden: fix missing-docstring for inner functions
549556
- Wolfgang Grafen
550557
- Yannick Brehon
558+

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Pylint's ChangeLog
33
------------------
44

5+
56
What's New in Pylint 2.14.0?
67
============================
78
Release date: TBA

doc/messages/messages_list.rst

+5
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ All messages in the warning category:
278278
warning/raising-format-tuple.rst
279279
warning/redeclared-assigned-name.rst
280280
warning/redefined-builtin.rst
281+
warning/redefined-loop-name.rst
281282
warning/redefined-outer-name.rst
282283
warning/redefined-slots-in-subclass.rst
283284
warning/redundant-returns-doc.rst
@@ -394,7 +395,9 @@ All messages in the convention category:
394395
convention/unexpected-line-ending-format.rst
395396
convention/ungrouped-imports.rst
396397
convention/unidiomatic-typecheck.rst
398+
convention/unnecessary-direct-lambda-call.rst
397399
convention/unnecessary-dunder-call.rst
400+
convention/unnecessary-lambda-assignment.rst
398401
convention/unneeded-not.rst
399402
convention/use-implicit-booleaness-not-comparison.rst
400403
convention/use-implicit-booleaness-not-len.rst
@@ -429,6 +432,7 @@ All messages in the refactor category:
429432
:titlesonly:
430433

431434
refactor/chained-comparison.rst
435+
refactor/comparison-of-constants.rst
432436
refactor/comparison-with-itself.rst
433437
refactor/condition-evals-to-constant.rst
434438
refactor/confusing-consecutive-elif.rst
@@ -502,6 +506,7 @@ All renamed messages in the refactor category:
502506
:maxdepth: 1
503507
:titlesonly:
504508

509+
refactor/old-no-self-use.rst
505510
refactor/old-simplifiable-if-statement.rst
506511
refactor/old-too-many-nested-blocks.rst
507512

0 commit comments

Comments
 (0)