diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2018-01-23 20:58:59 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2018-01-23 20:58:59 +0100 |
| commit | 01651d9487056a5a5fc372f4bf3967087edf4288 (patch) | |
| tree | 0332acb235a867c48df4dd29b0949f02f63fc80c /doc | |
| parent | 992a5f18dbe1f723811b1aa2ee84c78ead753d61 (diff) | |
| download | pylint-git-01651d9487056a5a5fc372f4bf3967087edf4288.tar.gz | |
Add of Changelog and whatsnew entries
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/whatsnew/1.8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/1.8.rst b/doc/whatsnew/1.8.rst index e92b9d143..a0cf7d3ac 100644 --- a/doc/whatsnew/1.8.rst +++ b/doc/whatsnew/1.8.rst @@ -378,3 +378,6 @@ Other Changes * Fixing false positive ``inconsistent-return-statements`` when never returning functions are used (i.e such as sys.exit). (backport from 2.0) + +* Fix false positive ``inconsistent-return-statements`` message when a function + is defined under an if statement. (backport from 2.0) |
