summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-08-19 13:54:06 +0200
committerhippo91 <guillaume.peillex@gmail.com>2020-08-19 13:54:06 +0200
commitea9fff391ad6aacf8718506cfae24cdc1719659e (patch)
tree7ab322b0d939c03f164717b387ed7df3dd347004 /doc
parent03184d195b29e9d4805d89f2ff7ddfed43c0a21f (diff)
downloadpylint-git-ea9fff391ad6aacf8718506cfae24cdc1719659e.tar.gz
Adds entry
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.6.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index e954199e7..1d5f45123 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -20,6 +20,9 @@ New checkers
Other Changes
=============
+* ``inconsistent-return-statements`` message is now emitted if one of ``try/except`` statement
+ is not returning explicitly while the other do.
+
* `bad-continuation` and `bad-whitespace` have been removed. `black` or another formatter can help you with this better than Pylint
* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.