Skip to content

Commit 28a5c2e

Browse files
Update documentation for bad-whitespace removal
And take review into account see #3578 (comment)
1 parent 967e0e3 commit 28a5c2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ What's New in Pylint 2.6.0?
66
===========================
77
Release date: TBA
88

9+
* bad-continuation and bad-whitespace have been removed, black or another formatter can help you with this better than Pylint
10+
11+
Close #246, #289, #638, #747, #1148, #1179, #1943, #2041, #2301, #2304, #2944, #3565
12+
913

1014
What's New in Pylint 2.5.1?
1115
===========================
@@ -34,10 +38,6 @@ Release date: TBA
3438

3539
Close #3528
3640

37-
* bad-continuation has been removed, black or another formatter can help you with this better than Pylint
38-
39-
Close #289, #638, #747, #1148, #1179, #1943, #2301, #2304, #2944, #3565
40-
4141
What's New in Pylint 2.5.0?
4242
===========================
4343

doc/whatsnew/2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ New checkers
1616
Other Changes
1717
=============
1818

19-
* `bad-continuation` has been removed, `black` or another formatter can help you with this better than Pylint
19+
* `bad-continuation` and `bad-whitespace` have been removed, `black` or another formatter can help you with this better than Pylint

0 commit comments

Comments
 (0)