diff options
author | DudeNr33 <3929834+DudeNr33@users.noreply.github.com> | 2021-04-11 11:57:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 11:57:15 +0200 |
commit | 56db200f856a2d913ae4dc6316dce0013f853733 (patch) | |
tree | 29cd1532fd4356d73967a708d9e04298b73907c4 /doc/whatsnew/2.8.rst | |
parent | af59b712b4e2aaf344a55a349bb05f8db67ec294 (diff) | |
download | pylint-git-56db200f856a2d913ae4dc6316dce0013f853733.tar.gz |
New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)
Diffstat (limited to 'doc/whatsnew/2.8.rst')
-rw-r--r-- | doc/whatsnew/2.8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst index 12c4661cb..9b1c036cf 100644 --- a/doc/whatsnew/2.8.rst +++ b/doc/whatsnew/2.8.rst @@ -14,6 +14,9 @@ New checkers * Add ``deprecated-argument`` check for deprecated arguments. +* Add new extension ``ConfusingConsecutiveElifChecker``. This optional checker emits a refactoring message (R5601 ``confusing-consecutive-elif``) + if if/elif statements with different indentation levels follow directly one after the other. + Other Changes ============= |