summaryrefslogtreecommitdiff
path: root/pylint/test/functional/inconsistent_returns.py
Commit message (Expand)AuthorAgeFilesLines
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+9
* New error condition try-except-raise (#1939)Alexander Todorov2018-03-291-1/+1
* Add of a unit test in which the exception raised cannot be inferred but it do...hippo912018-01-281-0/+16
* Add new checker useless-returnMr. Senko2018-01-251-5/+5
* Add of four test dealing with if statements and function definition under themhippo912018-01-231-0/+39
* Add of a test with a never returning function defined inside a rc filehippo912018-01-061-0/+8
* Merge branch 'master' into bug_1771hippo912018-01-041-0/+16
|\
| * While loop are considered return ended for check of ``inconsistent-return-sta...hippo912018-01-011-0/+16
* | Merge branch 'master' into bug_1771hippo912017-12-281-0/+11
|\ \ | |/
| * Merge branch 'master' into bug_1770hippo912017-12-281-0/+13
| |\
| * | Add ot unit test with if statement inside try/except.(issue #1770)hippo912017-12-161-0/+11
* | | Merge branch 'master' into bug_1771hippo912017-12-281-0/+12
|\ \ \ | | |/ | |/|
| * | Don't crash when encountering bare raises while checking inconsistent returnsClaudiu Popa2017-12-241-0/+13
| |/
* | Add of two tests concerning the issue 1771. One that must raise an inconsiste...hippo912017-12-161-0/+13
|/
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+140