Skip to content

Commit 6d73437

Browse files
Merge branch 'maintenance/2.14.x' into main
2 parents a52edfd + 680edeb commit 6d73437

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ contributors:
184184
- Antonio Quarta <sgheppy88@gmail.com> (sgheppy)
185185
- Andrew J. Simmons <anjsimmo@gmail.com> (anjsimmo)
186186
- wtracy <afishionado@gmail.com>
187+
- Yilei "Dolee" Yang <yileiyang@google.com>
187188
- chohner <mail@chohner.com>
188189
- Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com>
189190
- Steven M. Vascellaro <svascellaro@gmail.com>
@@ -223,7 +224,6 @@ contributors:
223224
- grizzly.nyo@gmail.com <grizzly.nyo@gmail.com>
224225
- craig-sh <craig-sh@users.noreply.github.com>
225226
- bernie gray <bfgray3@users.noreply.github.com>
226-
- Yilei "Dolee" Yang <yileiyang@google.com>
227227
- Wes Turner <westurner@google.com> (Google): added new check 'inconsistent-quotes'
228228
- Tyler Thieding <tyler@thieding.com>
229229
- Tobias Hernstig <30827238+thernstig@users.noreply.github.com>

doc/whatsnew/2/2.14/full.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Full changelog
22
==============
33

4-
What's New in Pylint 2.14.3?
4+
What's New in Pylint 2.14.4?
55
----------------------------
66
Release date: TBA
77

8+
9+
10+
What's New in Pylint 2.14.3?
11+
----------------------------
12+
Release date: 2022-06-18
13+
814
* Fixed two false positives for ``bad-super-call`` for calls that refer to a non-direct parent.
915

1016
Closes #4922, Closes #2903
@@ -20,6 +26,7 @@ Release date: TBA
2026

2127
Closes #4032
2228

29+
2330
What's New in Pylint 2.14.2?
2431
----------------------------
2532
Release date: 2022-06-15

examples/pylintrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ analyse-fallback-blocks=no
99
# all available extensions.
1010
#enable-all-extensions=
1111

12-
# In error mode, checkers without error messages are disabled and for others,
13-
# only the ERROR messages are displayed, and no reports are done by default.
12+
# In error mode, messages with a category besides ERROR or FATAL are
13+
# suppressed, and no reports are done by default. Error mode is compatible with
14+
# disabling specific errors.
1415
#errors-only=
1516

1617
# Always return a 0 (non-error) status code, even if lint errors are found.

0 commit comments

Comments
 (0)