summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-02 18:58:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-02 20:02:01 +0200
commit7885d56f33b7757d7ebe4dec960d3589f28579ed (patch)
tree84f80dc8da456efae2e2ebeb2235827fc4e6adf4 /doc
parent106a7aee4cedccbec52189d65b63536ec7b57cdc (diff)
downloadpylint-git-7885d56f33b7757d7ebe4dec960d3589f28579ed.tar.gz
Update documentation for bad-continuation removal
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index 6fe33126a..eb18da612 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -15,3 +15,5 @@ New checkers
Other Changes
=============
+
+* `bad-continuation` has been removed, `black` or another formatter can help you with this better than Pylint