From bbc849e745a9bbd90b1a91d3709f8bee82b6d5ac Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 2 May 2020 21:04:22 +0200 Subject: [PATCH] Update documentation for bad-whitespace removal And take review into account see https://github.com/PyCQA/pylint/pull/3578#discussion_r419063519 --- ChangeLog | 8 ++++---- doc/whatsnew/2.6.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cd3f44830..14d4c057a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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? =========================== @@ -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? =========================== diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index eb18da612b..6d68287184 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -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