File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ contributors:
184
184
- Antonio Quarta <sgheppy88@gmail.com> (sgheppy)
185
185
- Andrew J. Simmons <anjsimmo@gmail.com> (anjsimmo)
186
186
- wtracy <afishionado@gmail.com>
187
+ - Yilei "Dolee" Yang <yileiyang@google.com>
187
188
- chohner <mail@chohner.com>
188
189
- Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com>
189
190
- Steven M. Vascellaro <svascellaro@gmail.com>
@@ -223,7 +224,6 @@ contributors:
223
224
- grizzly.nyo@gmail.com <grizzly.nyo@gmail.com>
224
225
- craig-sh <craig-sh@users.noreply.github.com>
225
226
- bernie gray <bfgray3@users.noreply.github.com>
226
- - Yilei "Dolee" Yang <yileiyang@google.com>
227
227
- Wes Turner <westurner@google.com> (Google): added new check 'inconsistent-quotes'
228
228
- Tyler Thieding <tyler@thieding.com>
229
229
- Tobias Hernstig <30827238+thernstig@users.noreply.github.com>
Original file line number Diff line number Diff line change 1
1
Full changelog
2
2
==============
3
3
4
- What's New in Pylint 2.14.3 ?
4
+ What's New in Pylint 2.14.4 ?
5
5
----------------------------
6
6
Release date: TBA
7
7
8
+
9
+
10
+ What's New in Pylint 2.14.3?
11
+ ----------------------------
12
+ Release date: 2022-06-18
13
+
8
14
* Fixed two false positives for ``bad-super-call `` for calls that refer to a non-direct parent.
9
15
10
16
Closes #4922, Closes #2903
@@ -20,6 +26,7 @@ Release date: TBA
20
26
21
27
Closes #4032
22
28
29
+
23
30
What's New in Pylint 2.14.2?
24
31
----------------------------
25
32
Release date: 2022-06-15
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ analyse-fallback-blocks=no
9
9
# all available extensions.
10
10
# enable-all-extensions=
11
11
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.
14
15
# errors-only=
15
16
16
17
# Always return a 0 (non-error) status code, even if lint errors are found.
You can’t perform that action at this time.
0 commit comments