Skip to content

Commit

Permalink
Update documentation for bad-whitespace removal
Browse files Browse the repository at this point in the history
And take review into account see #3578 (comment)
  • Loading branch information
Pierre-Sassoulas committed May 3, 2020
1 parent 967e0e3 commit 28a5c2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ What's New in Pylint 2.6.0?
===========================
Release date: TBA

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

Close #246, #289, #638, #747, #1148, #1179, #1943, #2041, #2301, #2304, #2944, #3565


What's New in Pylint 2.5.1?
===========================
Expand Down Expand Up @@ -34,10 +38,6 @@ Release date: TBA

Close #3528

* bad-continuation has been removed, black or another formatter can help you with this better than Pylint

Close #289, #638, #747, #1148, #1179, #1943, #2301, #2304, #2944, #3565

What's New in Pylint 2.5.0?
===========================

Expand Down
2 changes: 1 addition & 1 deletion doc/whatsnew/2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ New checkers
Other Changes
=============

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

0 comments on commit 28a5c2e

Please sign in to comment.